Skip to content

Commit 1934cd7

Browse files
committed
[maven-release-plugin] prepare release eXist-5.3.0
1 parent 809cbf5 commit 1934cd7

File tree

52 files changed

+105
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+105
-106
lines changed

exist-ant/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<dependencies>

exist-core-jcstress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

exist-core-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

exist-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<dependencies>

exist-distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<properties>
@@ -723,7 +723,7 @@
723723
<goal>copy</goal>
724724
</goals>
725725
<configuration>
726-
<outputDirectory></outputDirectory> <!-- NOTE: this must be empty -->
726+
<outputDirectory /> <!-- NOTE: this must be empty -->
727727
<resources>
728728
<resource>
729729
<workOnFullPath>true</workOnFullPath>

exist-docker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<properties>

exist-installer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<properties>

exist-jetty-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<build>

exist-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.exist-db</groupId>
2929
<artifactId>exist-parent</artifactId>
30-
<version>5.3.0-SNAPSHOT</version>
30+
<version>5.3.0</version>
3131
<packaging>pom</packaging>
3232

3333
<name>eXist-db Parent</name>
@@ -61,7 +61,7 @@
6161
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
6262
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
6363
<url>scm:git:https://github.com/exist-db/exist.git</url>
64-
<tag>HEAD</tag>
64+
<tag>eXist-5.3.0</tag>
6565
</scm>
6666

6767
<mailingLists>

exist-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>5.3.0-SNAPSHOT</version>
31+
<version>5.3.0</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4343
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4444
<url>scm:git:https://github.com/exist-db/exist.git</url>
45-
<tag>HEAD</tag>
45+
<tag>eXist-5.3.0</tag>
4646
</scm>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)