Skip to content

Commit

Permalink
[maven-release-plugin] prepare release eXist-5.0.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jul 29, 2019
1 parent 244f473 commit b7a9e89
Show file tree
Hide file tree
Showing 50 changed files with 172 additions and 142 deletions.
8 changes: 4 additions & 4 deletions exist-ant/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions exist-core/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions exist-distribution/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<properties>
<appassembler.version>2.1.0</appassembler.version>
Expand Down Expand Up @@ -680,7 +680,7 @@
<goal>copy</goal>
</goals>
<configuration>
<outputDirectory></outputDirectory>
<outputDirectory />
<resources>
<resource>
<workOnFullPath>true</workOnFullPath>
Expand Down Expand Up @@ -736,7 +736,7 @@
</goals>
<configuration>
<assembleDirectory>${assemble.dir}</assembleDirectory>
<programs/>
<programs />
<configurationDirectory>etc</configurationDirectory>
<copyConfigurationDirectory>true</copyConfigurationDirectory>
<logsDirectory>logs</logsDirectory>
Expand Down
8 changes: 4 additions & 4 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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<properties>
<assemble.dir>${project.build.directory}/exist-docker-${project.version}-docker-dir</assemble.dir>
Expand Down
8 changes: 4 additions & 4 deletions exist-installer/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<properties>
<izpack.resources.src>${basedir}/src/main/izpack</izpack.resources.src>
Expand Down
8 changes: 4 additions & 4 deletions exist-jetty-config/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -19,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.0.0-RC8</tag>
</scm>

</project>
8 changes: 4 additions & 4 deletions exist-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>

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

<name>eXist-db Parent</name>
Expand Down Expand Up @@ -39,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.0.0-RC8</tag>
</scm>

<mailingLists>
<mailingList>
Expand Down
8 changes: 4 additions & 4 deletions exist-samples/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions exist-service/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions exist-start/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</version>
<relativePath>../exist-parent</relativePath>
</parent>

Expand All @@ -19,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.0.0-RC8</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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions extensions/exiftool/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions extensions/exquery/modules/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</version>
<relativePath>../../../exist-parent</relativePath>
</parent>

Expand All @@ -20,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.0.0-RC8</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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</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.0.0-RC8</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions extensions/exquery/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.0.0-RC8-SNAPSHOT</version>
<version>5.0.0-RC8</version>
<relativePath>../../exist-parent</relativePath>
</parent>

Expand All @@ -20,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.0.0-RC8</tag>
</scm>

<modules>
<module>restxq</module>
Expand Down
Loading

0 comments on commit b7a9e89

Please sign in to comment.