Skip to content

Commit

Permalink
[maven-release-plugin] prepare release eXist-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Sep 2, 2019
1 parent bc051ff commit 5a27d10
Show file tree
Hide file tree
Showing 50 changed files with 103 additions and 103 deletions.
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<properties>
Expand Down
10 changes: 5 additions & 5 deletions exist-docker/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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<properties>
Expand Down Expand Up @@ -157,11 +157,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
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<properties>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

</project>
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>pom</packaging>

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

<mailingLists>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../exist-parent</relativePath>
</parent>

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

</project>
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

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

<modules>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

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

<modules>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/ngram/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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../exist-parent</relativePath>
</parent>

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

<modules>
Expand Down
4 changes: 2 additions & 2 deletions extensions/indexes/range/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.0.0-RC9-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

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

<dependencies>
Expand Down
Loading

0 comments on commit 5a27d10

Please sign in to comment.