Skip to content

Commit

Permalink
[maven-release-plugin] prepare release eXist-6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 26, 2024
1 parent 711cf32 commit f040b83
Show file tree
Hide file tree
Showing 52 changed files with 104 additions and 104 deletions.
4 changes: 2 additions & 2 deletions exist-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions exist-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions exist-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions exist-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions exist-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions exist-jetty-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions exist-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<packaging>pom</packaging>

<name>eXist-db Parent</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<mailingLists>
Expand Down
4 changes: 2 additions & 2 deletions exist-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions exist-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions exist-start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions exist-xqts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions extensions/contentextraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions extensions/exiftool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/expath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/exquery/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

Expand All @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions extensions/exquery/modules/request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../../../exist-parent</relativePath>
</parent>

Expand All @@ -55,7 +55,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/exquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

Expand All @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions extensions/exquery/restxq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

Expand All @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/ngram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/range/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
<url>scm:git:https://github.com/exist-db/exist.git</url>
<tag>HEAD</tag>
<tag>eXist-6.3.0</tag>
</scm>

<dependencies>
Expand Down
Loading

0 comments on commit f040b83

Please sign in to comment.