Skip to content

Commit 1ac169a

Browse files
committed
[maven-release-plugin] prepare release 3.0.0
1 parent ee88c08 commit 1ac169a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.exist-db.apps</groupId>
1414
<artifactId>monex</artifactId>
15-
<version>2.2.0-SNAPSHOT</version>
15+
<version>3.0.0</version>
1616

1717
<name>Monex</name>
1818
<description>An application for monitoring, profiling and inspecting a running eXist-db instance.</description>
@@ -35,7 +35,7 @@
3535
<url>https://github.com/eXist-db/monex.git</url>
3636
<connection>scm:git:https://github.com/eXist-db/monex.git</connection>
3737
<developerConnection>scm:git:https://github.com/eXist-db/monex.git</developerConnection>
38-
<tag>HEAD</tag>
38+
<tag>3.0.0</tag>
3939
</scm>
4040

4141
<issueManagement>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.exist-db</groupId>
8282
<artifactId>exist-core</artifactId>
83-
<version>${exist.java-api.version}</version>
83+
<version>5.3.0-SNAPSHOT</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<dependency>

0 commit comments

Comments
 (0)