Skip to content

Commit

Permalink
[maven-release-plugin] prepare release eXist-5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 17, 2019
1 parent 0b6c131 commit 1533551
Show file tree
Hide file tree
Showing 52 changed files with 159 additions and 113 deletions.
5 changes: 3 additions & 2 deletions exist-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

<dependencies>
<dependency>
Expand Down
11 changes: 4 additions & 7 deletions exist-core-jcstress/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand Down Expand Up @@ -59,12 +58,10 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jcstress.Main</mainClass>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/TestList</resource>
</transformer>
</transformers>
Expand Down
2 changes: 1 addition & 1 deletion exist-core-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

<properties>
<appassembler.version>2.1.0</appassembler.version>
Expand Down
14 changes: 7 additions & 7 deletions exist-docker/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -19,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

<properties>
<assemble.dir>${project.build.directory}/exist-docker-${project.version}-docker-dir</assemble.dir>
Expand Down Expand Up @@ -156,11 +156,11 @@
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
<addHeader>false</addHeader>
</transformer>>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformer>&gt;
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down
5 changes: 3 additions & 2 deletions exist-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

<properties>
<izpack.resources.src>${basedir}/src/main/izpack</izpack.resources.src>
Expand Down
5 changes: 3 additions & 2 deletions exist-jetty-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exist-db</groupId>
<artifactId>exist-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -18,6 +18,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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

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

<name>eXist-db Parent</name>
Expand Down Expand Up @@ -38,7 +38,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,6 +18,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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -19,7 +19,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -19,7 +19,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -19,7 +19,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -18,7 +18,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

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

Expand All @@ -19,7 +19,8 @@
<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>
</scm>
<tag>eXist-5.1.0</tag>
</scm>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 1533551

Please sign in to comment.