[maven-release-plugin] prepare release maven-alfresco-lifecycle-3.9.1

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@410 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2012-04-07 00:55:26 +00:00
parent b810606967
commit 4d9aa57708
8 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<build> <build>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<description> <description>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<build> <build>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<build> <build>

View File

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<organization> <organization>

View File

@ -4,11 +4,11 @@
<artifactId>maven-amp-plugin</artifactId> <artifactId>maven-amp-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Alfresco AMP Plugin</name> <name>Alfresco AMP Plugin</name>
<version>3.0.5-SNAPSHOT</version> <version>3.0.4</version>
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<description> <description>

View File

@ -3,13 +3,13 @@
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>maven-nosnapshot-plugin</artifactId> <artifactId>maven-nosnapshot-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<version>0.0.9-SNAPSHOT</version> <version>0.0.8</version>
<name>Custom version manipulator Maven Plugin</name> <name>Custom version manipulator Maven Plugin</name>
<description>It's non invasive and puts modified versions in configurable pom properties</description> <description>It's non invasive and puts modified versions in configurable pom properties</description>
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version> <version>3.9.1</version>
<name>Maven Alfresco Lifecycle support base project</name> <name>Maven Alfresco Lifecycle support base project</name>
<url>http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle</url> <url>http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle</url>
<description> <description>
@ -42,9 +42,9 @@ community contexts.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
<scm> <scm>
<connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk</connection> <connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1</connection>
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk</developerConnection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1</developerConnection>
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk</url> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1</url>
</scm> </scm>
<!-- New Alfresco nexus instance --> <!-- New Alfresco nexus instance -->
<repositories> <repositories>