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

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@216 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2009-11-05 22:09:39 +00:00
parent 76a69494a8
commit a232e20710
6 changed files with 13 additions and 14 deletions

View File

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

View File

@@ -3,14 +3,14 @@
<groupId>com.sourcesense.maven</groupId>
<artifactId>maven-nosnapshot-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.0.5-SNAPSHOT</version>
<version>1.0.0</version>
<name>Custom version manipulator Maven Plugin</name>
<description>It's non invasive and puts modified versions in configurable pom properties</description>
<url>${project.artifactId}</url>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>