Skip to content

Commit 1df8f0a

Browse files
committed
[maven-release-plugin] prepare release elemental-6.4.0
1 parent a4b13cd commit 1df8f0a

File tree

53 files changed

+116
-116
lines changed

Some content is hidden

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

53 files changed

+116
-116
lines changed

elemental-parent/pom.xml

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

2727
<groupId>xyz.elemental</groupId>
2828
<artifactId>elemental-parent</artifactId>
29-
<version>6.4.0-SNAPSHOT</version>
29+
<version>6.4.0</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Elemental Parent</name>
@@ -60,7 +60,7 @@
6060
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6161
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6262
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
63-
<tag>HEAD</tag>
63+
<tag>elemental-6.4.0</tag>
6464
</scm>
6565

6666
<mailingLists>

exist-ant/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<dependencies>

exist-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<dependencies>

exist-distribution/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<properties>
@@ -767,13 +767,13 @@
767767
</goals>
768768
<configuration>
769769
<target>
770-
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/>
770+
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar" />
771771
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset" />
772772
<unzip src="${dashboard-xar-path}" dest="${expath.pkg.dir}-dashboard-staging/">
773773
<patternset>
774-
<exclude name="resources/images/existdb.png"/>
775-
<exclude name="resources/images/existdb-web.svg"/>
776-
<exclude name="resources/images/x.svg"/>
774+
<exclude name="resources/images/existdb.png" />
775+
<exclude name="resources/images/existdb-web.svg" />
776+
<exclude name="resources/images/x.svg" />
777777
</patternset>
778778
</unzip>
779779
</target>
@@ -787,9 +787,9 @@
787787
</goals>
788788
<configuration>
789789
<target>
790-
<replace file="${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token="existdb-web.svg" value="elemental-web.svg"/>
791-
<loadfile property="elemental-web-svg" srcFile="${project.build.outputDirectory}/elemental-web.svg"/>
792-
<replaceregexp file="${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match="&lt;svg.+&lt;/svg&gt;" replace="${elemental-web-svg}"/>
790+
<replace file="${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token="existdb-web.svg" value="elemental-web.svg" />
791+
<loadfile property="elemental-web-svg" srcFile="${project.build.outputDirectory}/elemental-web.svg" />
792+
<replaceregexp file="${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match="&lt;svg.+&lt;/svg&gt;" replace="${elemental-web-svg}" />
793793
</target>
794794
</configuration>
795795
</execution>
@@ -801,11 +801,11 @@
801801
</goals>
802802
<configuration>
803803
<target>
804-
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/>
804+
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar" />
805805
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset" />
806806
<zip destfile="${dashboard-xar-path}">
807-
<fileset dir="${expath.pkg.dir}-dashboard-staging"/>
808-
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/images/elemental-web.svg"/>
807+
<fileset dir="${expath.pkg.dir}-dashboard-staging" />
808+
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/images/elemental-web.svg" />
809809
</zip>
810810
</target>
811811
</configuration>

exist-docker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<properties>

exist-installer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<properties>

exist-jetty-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<build>

exist-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental</groupId>
5454
<artifactId>elemental-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../elemental-parent</relativePath>
5757
</parent>
5858

@@ -82,7 +82,7 @@
8282
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
8383
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
8484
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
85-
<tag>HEAD</tag>
85+
<tag>elemental-6.4.0</tag>
8686
</scm>
8787

8888
<properties>

exist-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<dependencies>

exist-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>6.4.0-SNAPSHOT</version>
55+
<version>6.4.0</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
6767
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
6868
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
69-
<tag>HEAD</tag>
69+
<tag>elemental-6.4.0</tag>
7070
</scm>
7171

7272
<dependencies>

0 commit comments

Comments
 (0)