[maven-release-plugin] prepare release alfresco-sdk-aggregator-2.1.1

This commit is contained in:
alfresco-build 2015-10-19 11:20:15 +01:00
parent d2e9b89720
commit 4431863500
7 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -14,7 +14,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<name>Alfresco SDK</name>
<description>This aggregator Project builds all modules required for the Alfresco SDK</description>
<packaging>pom</packaging>
@ -30,7 +30,7 @@
<connection>scm:git:${scm.url.base}.git</connection>
<developerConnection>scm:git:${scm.url.base}</developerConnection>
<url>${scm.url.base}</url>
<tag>alfresco-sdk-aggregator-2.1.0-beta-1</tag>
<tag>alfresco-sdk-aggregator-2.1.1</tag>
</scm>
<developers>

View File

@ -14,12 +14,12 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- This defines the version of the SDK in terms of features -->
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<properties>
@ -150,7 +150,7 @@
- Maven Alfresco plugin that enables Maven to handle AMP files (alfresco-maven-plugin)
- Alfresco Rapid Application Development module (alfresco-rad)
-->
<maven.alfresco.version>2.1.1-SNAPSHOT</maven.alfresco.version>
<maven.alfresco.version>2.1.1</maven.alfresco.version>
<!-- Setup the default Embedded Tomcat port for use by the tomcat7-maven-plugin so
it can be accessed from the Groovy scripts and other places -->