-- completing fix for com.sourcesense renaming

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@389 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2012-04-06 17:52:46 +00:00
parent 868f7a9c2e
commit d6e8c57e45
2 changed files with 1 additions and 4 deletions

View File

@ -178,7 +178,7 @@
<plugin> <plugin>
<artifactId>maven-nosnapshot-plugin</artifactId> <artifactId>maven-nosnapshot-plugin</artifactId>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<version>0.0.5</version> <version>0.0.8-SNAPSHOT</version>
<executions> <executions>
<execution> <execution>
<id>default</id> <id>default</id>

View File

@ -6,9 +6,6 @@
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Alfresco AMP Plugin</name> <name>Alfresco AMP Plugin</name>
<version>3.0.4-SNAPSHOT</version> <version>3.0.4-SNAPSHOT</version>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>maven-alfresco-lifecycle</artifactId> <artifactId>maven-alfresco-lifecycle</artifactId>