Skip to content

Commit 2e41828

Browse files
committed
[maven-release-plugin] prepare release eXist-6.4.0
1 parent 64a7bad commit 2e41828

File tree

52 files changed

+111
-119
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

+111
-119
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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.0</tag>
4646
</scm>
4747

4848
<dependencies>

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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.0</tag>
4646
</scm>
4747

4848
<dependencies>

exist-distribution/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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.0</tag>
4646
</scm>
4747

4848
<properties>

exist-docker/pom.xml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2323
2424
-->
25-
<project xmlns="http://maven.apache.org/POM/4.0.0"
26-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2826
<modelVersion>4.0.0</modelVersion>
2927

3028
<parent>
3129
<groupId>org.exist-db</groupId>
3230
<artifactId>exist-parent</artifactId>
33-
<version>6.3.1-SNAPSHOT</version>
31+
<version>6.4.0</version>
3432
<relativePath>../exist-parent</relativePath>
3533
</parent>
3634

@@ -44,7 +42,7 @@
4442
<connection>scm:git:https://github.com/exist-db/exist.git</connection>
4543
<developerConnection>scm:git:https://github.com/exist-db/exist.git</developerConnection>
4644
<url>scm:git:https://github.com/exist-db/exist.git</url>
47-
<tag>HEAD</tag>
45+
<tag>eXist-6.4.0</tag>
4846
</scm>
4947

5048
<properties>
@@ -189,24 +187,18 @@
189187
</filter>
190188
</filters>
191189
<transformers>
192-
<transformer
193-
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
194-
<transformer
195-
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
190+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
191+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
196192
<addHeader>false</addHeader>
197193
</transformer>
198-
<transformer
199-
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
194+
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
200195
<resource>META-INF/mailcap</resource>
201196
</transformer>
202-
<transformer
203-
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
197+
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
204198
<resource>META-INF/mailcap.default</resource>
205199
</transformer>
206-
<transformer
207-
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
208-
<transformer
209-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
200+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
201+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
210202
<manifestEntries>
211203
<Multi-Release>true</Multi-Release>
212204
</manifestEntries>

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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.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>6.3.1-SNAPSHOT</version>
30+
<version>6.4.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-6.4.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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.0</tag>
4646
</scm>
4747

4848
<dependencies>

exist-service/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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.0</tag>
4646
</scm>
4747

4848
<dependencies>

exist-start/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>6.3.1-SNAPSHOT</version>
31+
<version>6.4.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-6.4.0</tag>
4646
</scm>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)