fixing version number on <parent> tag of amp and nosnapshot plugin poms. mvn install was failing

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@368 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
maoo
2012-04-03 15:36:42 +00:00
parent 3fb674f33a
commit d98fd5728c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>
<version>3.9.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<properties> <properties>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<description> <description>