Use locally release versions under org.dspace for Maven plugins, these are maintained at dspace-sandbox.googlecode.com

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2655 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2008-02-13 00:29:34 +00:00
parent a05f7e33bc
commit 0bef9480d2
2 changed files with 4 additions and 4 deletions

View File

@@ -98,9 +98,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>1.0-alpha-3-SNAPSHOT</version>
<groupId>org.dspace.maven.plugins</groupId>
<artifactId>dspace-native2ascii-plugin</artifactId>
<version>1.0</version>
<configuration>
<encoding>UTF8</encoding>
<includes>**/*.properties.UTF-8</includes>

View File

@@ -44,7 +44,7 @@
<dependency>
<groupId>org.dspace.maven.plugins</groupId>
<artifactId>dspace-assembly-plugin</artifactId>
<version>SNAPSHOT</version>
<version>1.0</version>
</dependency>
</dependencies>
</plugin>