[maven-release-plugin] prepare release acs-community-packaging-6.0.0-test

This commit is contained in:
alfresco-build
2017-10-16 10:37:43 +01:00
parent 31b61cb584
commit 3b2d8c11a1
4 changed files with 188 additions and 189 deletions

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId> <artifactId>acs-community-packaging</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0-test</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>acs-community-packaging</artifactId> <artifactId>acs-community-packaging</artifactId>
<name>Alfresco Content Services Community Packaging</name> <name>Alfresco Content Services Community Packaging</name>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0-test</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
@@ -21,7 +21,7 @@
<connection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</connection> <connection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</connection>
<developerConnection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</developerConnection> <developerConnection>scm:git:git@github.com:Alfresco/acs-community-packaging.git</developerConnection>
<url>https://github.com/Alfresco/acs-community-packaging</url> <url>https://github.com/Alfresco/acs-community-packaging</url>
<tag>HEAD</tag> <tag>acs-community-packaging-6.0.0-test</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId> <artifactId>acs-community-packaging</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0-test</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-content-services-community-distribution</artifactId> <artifactId>alfresco-content-services-community-distribution</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
@@ -8,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId> <artifactId>acs-community-packaging</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0-test</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>