Skip to content

Commit 5d15fd7

Browse files
committed
[maven-release-plugin] prepare release elemental-7.7.0
1 parent 5bee254 commit 5d15fd7

58 files changed

Lines changed: 129 additions & 129 deletions

File tree

Some content is hidden

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

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

Lines changed: 2 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>7.7.0-SNAPSHOT</version>
46+
<version>7.7.0</version>
4747
<relativePath>..</relativePath>
4848
</parent>
4949

@@ -56,7 +56,7 @@
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-
<tag>HEAD</tag>
59+
<tag>elemental-7.7.0</tag>
6060
</scm>
6161

6262
<dependencies>

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

Lines changed: 2 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>7.7.0-SNAPSHOT</version>
46+
<version>7.7.0</version>
4747
<relativePath>..</relativePath>
4848
</parent>
4949

@@ -56,7 +56,7 @@
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-
<tag>HEAD</tag>
59+
<tag>elemental-7.7.0</tag>
6060
</scm>
6161

6262
<properties>

elemental-media-type/pom.xml

Lines changed: 2 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>7.7.0-SNAPSHOT</version>
46+
<version>7.7.0</version>
4747
<relativePath>../elemental-parent</relativePath>
4848
</parent>
4949

@@ -57,7 +57,7 @@
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-
<tag>HEAD</tag>
60+
<tag>elemental-7.7.0</tag>
6161
</scm>
6262

6363
<modules>

elemental-parent/pom.xml

Lines changed: 4 additions & 4 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>7.7.0-SNAPSHOT</version>
29+
<version>7.7.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-7.7.0</tag>
6464
</scm>
6565

6666
<mailingLists>
@@ -79,7 +79,7 @@
7979
<project.build.target>21</project.build.target>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8181

82-
<project.build.outputTimestamp>2026-04-28T20:08:52Z</project.build.outputTimestamp>
82+
<project.build.outputTimestamp>2026-07-13T17:23:19Z</project.build.outputTimestamp>
8383

8484
<contact.email>admin@evolvedbinary.com</contact.email>
8585
<copyright.string>${project.inceptionYear}, ${project.organization.name} Ltd</copyright.string>
@@ -511,7 +511,7 @@
511511
</dependency>
512512
</dependencies>
513513
<configuration>
514-
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
514+
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
515515
<forkCount>${surefire.forkCount}</forkCount>
516516
<reuseForks>${surefire.reuseForks}</reuseForks>
517517
<argLine>@{jacocoArgLine} --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>7.7.0-SNAPSHOT</version>
55+
<version>7.7.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-7.7.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>7.7.0-SNAPSHOT</version>
30+
<version>7.7.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-7.7.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>7.7.0-SNAPSHOT</version>
55+
<version>7.7.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-7.7.0</tag>
7070
</scm>
7171

7272
<dependencies>

exist-distribution/pom.xml

Lines changed: 10 additions & 10 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>7.7.0-SNAPSHOT</version>
55+
<version>7.7.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-7.7.0</tag>
7070
</scm>
7171

7272
<properties>
@@ -772,9 +772,9 @@
772772
<pathconvert property="dashboard-xar-path" refid="dashboard-fileset" />
773773
<unzip src="${dashboard-xar-path}" dest="${expath.pkg.dir}-dashboard-staging/">
774774
<patternset>
775-
<exclude name="resources/images/existdb.png"/>
776-
<exclude name="resources/images/existdb-web.svg"/>
777-
<exclude name="resources/images/x.svg"/>
775+
<exclude name="resources/images/existdb.png" />
776+
<exclude name="resources/images/existdb-web.svg" />
777+
<exclude name="resources/images/x.svg" />
778778
</patternset>
779779
</unzip>
780780
</target>
@@ -828,9 +828,9 @@
828828
<pathconvert property="monex-xar-path" refid="monex-fileset" />
829829
<unzip src="${monex-xar-path}" dest="${expath.pkg.dir}-monex-staging/">
830830
<patternset>
831-
<exclude name="resources/img/exist_icon_16x16.ico"/>
832-
<exclude name="resources/img/existdb-logo.png"/>
833-
<exclude name="resources/img/powered-by-whiteglass.svg"/>
831+
<exclude name="resources/img/exist_icon_16x16.ico" />
832+
<exclude name="resources/img/existdb-logo.png" />
833+
<exclude name="resources/img/powered-by-whiteglass.svg" />
834834
</patternset>
835835
</unzip>
836836
</target>
@@ -917,7 +917,7 @@
917917
<goal>copy</goal>
918918
</goals>
919919
<configuration>
920-
<outputDirectory/> <!-- NOTE: this must be empty -->
920+
<outputDirectory /> <!-- NOTE: this must be empty -->
921921
<resources>
922922
<resource>
923923
<workOnFullPath>true</workOnFullPath>
@@ -977,7 +977,7 @@
977977
</goals>
978978
<configuration>
979979
<assembleDirectory>${assemble.dir}</assembleDirectory>
980-
<programs/>
980+
<programs />
981981
<configurationDirectory>etc</configurationDirectory>
982982
<copyConfigurationDirectory>true</copyConfigurationDirectory>
983983
<logsDirectory>logs</logsDirectory>

exist-docker/pom.xml

Lines changed: 4 additions & 4 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>7.7.0-SNAPSHOT</version>
55+
<version>7.7.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-7.7.0</tag>
7070
</scm>
7171

7272
<properties>
@@ -248,7 +248,7 @@
248248
</filter>
249249
</filters>
250250
<transformers>
251-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
251+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
252252
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
253253
<addHeader>false</addHeader>
254254
</transformer>
@@ -258,7 +258,7 @@
258258
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
259259
<resource>META-INF/mailcap.default</resource>
260260
</transformer>
261-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
261+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
262262
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
263263
<manifestEntries>
264264
<Multi-Release>true</Multi-Release>

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>7.7.0-SNAPSHOT</version>
55+
<version>7.7.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-7.7.0</tag>
7070
</scm>
7171

7272
<properties>

0 commit comments

Comments
 (0)