[maven-release-plugin] rollback the release of alfresco-lifecycle-aggregator-1.0.1

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@674 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2013-02-14 11:09:04 +00:00
parent a5d942eeea
commit f3fe02bd6b
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-lifecycle-aggregator</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<name>Maven Alfresco SDK</name>
<description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description>
<packaging>pom</packaging>

View File

@ -14,12 +14,12 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-lifecycle-aggregator</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- This defines the version of the SDK in terms of features -->
<version>1.0.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<properties>
<!-- Default Alfresco version this SDK version has been tested with:
@ -105,7 +105,7 @@
<!-- This is used for the site deployment procedure (override in your POM as needed) -->
<stagingDirectory>../../target/staging/poms/alfresco-sdk-parent</stagingDirectory>
<!-- Alfresco Maven plugin in use throughout the SDK -->
<maven.alfresco.version>1.0.2-SNAPSHOT</maven.alfresco.version>
<maven.alfresco.version>1.1-SNAPSHOT</maven.alfresco.version>
<h2.version>1.3.170</h2.version>
<h2-support.version>1.5</h2-support.version>