Skip to content

Commit 7779fab

Browse files
committed
[maven-release-plugin] prepare release elemental-6.9.0
1 parent ab4e41b commit 7779fab

File tree

57 files changed

+161
-158
lines changed

Some content is hidden

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

57 files changed

+161
-158
lines changed

elemental-media-type/elemental-media-type-api/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<parent>
4444
<groupId>xyz.elemental</groupId>
4545
<artifactId>elemental-media-type</artifactId>
46-
<version>6.9.0-SNAPSHOT</version>
46+
<version>6.9.0</version>
4747
<relativePath>..</relativePath>
4848
</parent>
4949

@@ -56,7 +56,8 @@
5656
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
5757
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
5858
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
59-
</scm>
59+
<tag>elemental-6.9.0</tag>
60+
</scm>
6061

6162
<dependencies>
6263
<dependency>

elemental-media-type/elemental-media-type-impl/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<parent>
4444
<groupId>xyz.elemental</groupId>
4545
<artifactId>elemental-media-type</artifactId>
46-
<version>6.9.0-SNAPSHOT</version>
46+
<version>6.9.0</version>
4747
<relativePath>..</relativePath>
4848
</parent>
4949

@@ -56,7 +56,8 @@
5656
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
5757
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
5858
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
59-
</scm>
59+
<tag>elemental-6.9.0</tag>
60+
</scm>
6061

6162
<properties>
6263
<httpd.mime-types.version>2.4.65+1.0.1</httpd.mime-types.version>

elemental-media-type/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<parent>
4444
<groupId>xyz.elemental</groupId>
4545
<artifactId>elemental-parent</artifactId>
46-
<version>6.9.0-SNAPSHOT</version>
46+
<version>6.9.0</version>
4747
<relativePath>../elemental-parent</relativePath>
4848
</parent>
4949

@@ -57,7 +57,8 @@
5757
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
5858
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
5959
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
60-
</scm>
60+
<tag>elemental-6.9.0</tag>
61+
</scm>
6162

6263
<modules>
6364
<module>elemental-media-type-api</module>

elemental-parent/pom.xml

Lines changed: 3 additions & 3 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.9.0-SNAPSHOT</version>
29+
<version>6.9.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>elemental-6.4.0</tag>
63+
<tag>elemental-6.9.0</tag>
6464
</scm>
6565

6666
<mailingLists>
@@ -482,7 +482,7 @@
482482
</dependency>
483483
</dependencies>
484484
<configuration>
485-
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
485+
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
486486
<forkCount>${surefire.forkCount}</forkCount>
487487
<reuseForks>${surefire.reuseForks}</reuseForks>
488488
<argLine>@{jacocoArgLine} -XX:+IgnoreUnrecognizedVMOptions --illegal-access=debug --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.ref=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED -Dfile.encoding=${project.build.sourceEncoding}</argLine>

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.9.0-SNAPSHOT</version>
55+
<version>6.9.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>elemental-6.4.0</tag>
69+
<tag>elemental-6.9.0</tag>
7070
</scm>
7171

7272
<dependencies>

exist-core-build-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>xyz.elemental</groupId>
2929
<artifactId>elemental-parent</artifactId>
30-
<version>6.9.0-SNAPSHOT</version>
30+
<version>6.9.0</version>
3131
<relativePath>../elemental-parent</relativePath>
3232
</parent>
3333

@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection>
4242
<developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection>
4343
<url>scm:git:https://github.com/evolvedbinary/elemental.git</url>
44-
<tag>HEAD</tag>
44+
<tag>elemental-6.9.0</tag>
4545
</scm>
4646

4747
<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.9.0-SNAPSHOT</version>
55+
<version>6.9.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>elemental-6.4.0</tag>
69+
<tag>elemental-6.9.0</tag>
7070
</scm>
7171

7272
<dependencies>

exist-distribution/pom.xml

Lines changed: 42 additions & 42 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.9.0-SNAPSHOT</version>
55+
<version>6.9.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>elemental-6.4.0</tag>
69+
<tag>elemental-6.9.0</tag>
7070
</scm>
7171

7272
<properties>
@@ -774,13 +774,13 @@
774774
</goals>
775775
<configuration>
776776
<target>
777-
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/>
778-
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset"/>
777+
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar" />
778+
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset" />
779779
<unzip src="${dashboard-xar-path}" dest="${expath.pkg.dir}-dashboard-staging/">
780780
<patternset>
781-
<exclude name="resources/images/existdb.png"/>
782-
<exclude name="resources/images/existdb-web.svg"/>
783-
<exclude name="resources/images/x.svg"/>
781+
<exclude name="resources/images/existdb.png" />
782+
<exclude name="resources/images/existdb-web.svg" />
783+
<exclude name="resources/images/x.svg" />
784784
</patternset>
785785
</unzip>
786786
</target>
@@ -794,14 +794,14 @@
794794
</goals>
795795
<configuration>
796796
<target>
797-
<replace file="${expath.pkg.dir}-dashboard-staging/admin.xql" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;"/>
798-
<replace file="${expath.pkg.dir}-dashboard-staging/build.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;"/>
799-
<replace file="${expath.pkg.dir}-dashboard-staging/doc.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;"/>
800-
<replace file="${expath.pkg.dir}-dashboard-staging/guest.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;"/>
801-
<replace file="${expath.pkg.dir}-dashboard-staging/index.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;"/>
802-
<replace file="${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token="existdb-web.svg" value="elemental-web.svg"/>
803-
<loadfile property="elemental-web-svg" srcFile="${project.build.outputDirectory}/elemental-web.svg"/>
804-
<replaceregexp file="${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match="&lt;svg.+&lt;/svg&gt;" replace="${elemental-web-svg}"/>
797+
<replace file="${expath.pkg.dir}-dashboard-staging/admin.xql" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;" />
798+
<replace file="${expath.pkg.dir}-dashboard-staging/build.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;" />
799+
<replace file="${expath.pkg.dir}-dashboard-staging/doc.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;" />
800+
<replace file="${expath.pkg.dir}-dashboard-staging/guest.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;" />
801+
<replace file="${expath.pkg.dir}-dashboard-staging/index.html" token="title&gt;existdb-dashboard&lt;" value="title&gt;Dashboard :: Elemental&lt;" />
802+
<replace file="${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token="existdb-web.svg" value="elemental-web.svg" />
803+
<loadfile property="elemental-web-svg" srcFile="${project.build.outputDirectory}/elemental-web.svg" />
804+
<replaceregexp file="${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match="&lt;svg.+&lt;/svg&gt;" replace="${elemental-web-svg}" />
805805
</target>
806806
</configuration>
807807
</execution>
@@ -813,11 +813,11 @@
813813
</goals>
814814
<configuration>
815815
<target>
816-
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/>
817-
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset"/>
816+
<fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar" />
817+
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset" />
818818
<zip destfile="${dashboard-xar-path}">
819-
<fileset dir="${expath.pkg.dir}-dashboard-staging"/>
820-
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/images/elemental-web.svg"/>
819+
<fileset dir="${expath.pkg.dir}-dashboard-staging" />
820+
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/images/elemental-web.svg" />
821821
</zip>
822822
</target>
823823
</configuration>
@@ -830,13 +830,13 @@
830830
</goals>
831831
<configuration>
832832
<target>
833-
<fileset id="monex-fileset" dir="${expath.pkg.dir}" includes="monex-*.xar"/>
834-
<pathconvert property="monex-xar-path" refid="monex-fileset"/>
833+
<fileset id="monex-fileset" dir="${expath.pkg.dir}" includes="monex-*.xar" />
834+
<pathconvert property="monex-xar-path" refid="monex-fileset" />
835835
<unzip src="${monex-xar-path}" dest="${expath.pkg.dir}-monex-staging/">
836836
<patternset>
837-
<exclude name="resources/img/exist_icon_16x16.ico"/>
838-
<exclude name="resources/img/existdb-logo.png"/>
839-
<exclude name="resources/img/powered-by-whiteglass.svg"/>
837+
<exclude name="resources/img/exist_icon_16x16.ico" />
838+
<exclude name="resources/img/existdb-logo.png" />
839+
<exclude name="resources/img/powered-by-whiteglass.svg" />
840840
</patternset>
841841
</unzip>
842842
</target>
@@ -850,17 +850,17 @@
850850
</goals>
851851
<configuration>
852852
<target>
853-
<replace file="${expath.pkg.dir}-monex-staging/console.html" token="eXist once" value=""/>
854-
<replace file="${expath.pkg.dir}-monex-staging/login.html" token="exist_icon_16x16.ico" value="elemental-favicon.ico"/>
855-
<replace file="${expath.pkg.dir}-monex-staging/login.html" token="existdb-logo.png" value="elemental-web.svg"/>
856-
<replace file="${expath.pkg.dir}-monex-staging/profiling.html" token="any eXist interface" value="any interface"/>
857-
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="eXist's scheduler" value="the scheduler"/>
858-
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="remote eXist-db instances" value="remote instances"/>
859-
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="the eXist instance" value="the instance"/>
860-
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="eXist versions before" value="eXist-db versions before"/>
861-
<replace file="${expath.pkg.dir}-monex-staging/templates/page.html" token="exist_icon_16x16.ico" value="elemental-favicon.ico"/>
862-
<replace file="${expath.pkg.dir}-monex-staging/templates/page.html" token="existdb-logo.png" value="elemental-web.svg"/>
863-
<replace file="${expath.pkg.dir}-monex-staging/templates/page.html" token="powered-by-whiteglass.svg" value="elemental-web.svg"/>
853+
<replace file="${expath.pkg.dir}-monex-staging/console.html" token="eXist once" value="" />
854+
<replace file="${expath.pkg.dir}-monex-staging/login.html" token="exist_icon_16x16.ico" value="elemental-favicon.ico" />
855+
<replace file="${expath.pkg.dir}-monex-staging/login.html" token="existdb-logo.png" value="elemental-web.svg" />
856+
<replace file="${expath.pkg.dir}-monex-staging/profiling.html" token="any eXist interface" value="any interface" />
857+
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="eXist's scheduler" value="the scheduler" />
858+
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="remote eXist-db instances" value="remote instances" />
859+
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="the eXist instance" value="the instance" />
860+
<replace file="${expath.pkg.dir}-monex-staging/remotes.html" token="eXist versions before" value="eXist-db versions before" />
861+
<replace file="${expath.pkg.dir}-monex-staging/templates/page.html" token="exist_icon_16x16.ico" value="elemental-favicon.ico" />
862+
<replace file="${expath.pkg.dir}-monex-staging/templates/page.html" token="existdb-logo.png" value="elemental-web.svg" />
863+
<replace file="${expath.pkg.dir}-monex-staging/templates/page.html" token="powered-by-whiteglass.svg" value="elemental-web.svg" />
864864
</target>
865865
</configuration>
866866
</execution>
@@ -872,12 +872,12 @@
872872
</goals>
873873
<configuration>
874874
<target>
875-
<fileset id="monex-fileset" dir="${expath.pkg.dir}" includes="monex-*.xar"/>
876-
<pathconvert property="monex-xar-path" refid="monex-fileset"/>
875+
<fileset id="monex-fileset" dir="${expath.pkg.dir}" includes="monex-*.xar" />
876+
<pathconvert property="monex-xar-path" refid="monex-fileset" />
877877
<zip destfile="${monex-xar-path}">
878-
<fileset dir="${expath.pkg.dir}-monex-staging"/>
879-
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-favicon.ico" fullpath="resources/img/elemental-favicon.ico"/>
880-
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/img/elemental-web.svg"/>
878+
<fileset dir="${expath.pkg.dir}-monex-staging" />
879+
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-favicon.ico" fullpath="resources/img/elemental-favicon.ico" />
880+
<zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/img/elemental-web.svg" />
881881
</zip>
882882
</target>
883883
</configuration>
@@ -923,7 +923,7 @@
923923
<goal>copy</goal>
924924
</goals>
925925
<configuration>
926-
<outputDirectory/> <!-- NOTE: this must be empty -->
926+
<outputDirectory /> <!-- NOTE: this must be empty -->
927927
<resources>
928928
<resource>
929929
<workOnFullPath>true</workOnFullPath>
@@ -982,7 +982,7 @@
982982
</goals>
983983
<configuration>
984984
<assembleDirectory>${assemble.dir}</assembleDirectory>
985-
<programs/>
985+
<programs />
986986
<configurationDirectory>etc</configurationDirectory>
987987
<copyConfigurationDirectory>true</copyConfigurationDirectory>
988988
<logsDirectory>logs</logsDirectory>

0 commit comments

Comments
 (0)