diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-09 09:37:27 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-09 09:37:27 +0000 |
commit | 0aabefac348925c44ea88b31828a3cb543fe5220 (patch) | |
tree | 7495737c3f78bf7694d85d8735d0fbde99ad3143 | |
parent | f6afb5a7ba730808c667fbcede70d927e954096a (diff) | |
download | mocca-0aabefac348925c44ea88b31828a3cb543fe5220.tar.gz mocca-0aabefac348925c44ea88b31828a3cb543fe5220.tar.bz2 mocca-0aabefac348925c44ea88b31828a3cb543fe5220.zip |
replaced maven-buildnumber-plugin 0.9.6 with buildnumber-maven-plugin 1.0-beta-4
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@826 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKUApplet/pom.xml | 2 | ||||
-rw-r--r-- | BKUAppletExt/pom.xml | 2 | ||||
-rw-r--r-- | BKULocal/pom.xml | 2 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 2 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 232f6cf5..e000f0cd 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -84,7 +84,7 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>maven-buildnumber-plugin</artifactId> + <artifactId>buildnumber-maven-plugin</artifactId> <executions> <execution> <phase>validate</phase> diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index 43319c7e..2add0cff 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -105,7 +105,7 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>maven-buildnumber-plugin</artifactId> + <artifactId>buildnumber-maven-plugin</artifactId> <executions> <execution> <phase>validate</phase> diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 0acfaa29..77c16753 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -31,7 +31,7 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>maven-buildnumber-plugin</artifactId> + <artifactId>buildnumber-maven-plugin</artifactId> <executions> <execution> <phase>validate</phase> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index 6e6ef9ce..5be37e50 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -231,7 +231,7 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>maven-buildnumber-plugin</artifactId> + <artifactId>buildnumber-maven-plugin</artifactId> <executions> <execution> <phase>validate</phase> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 1940bee5..72189c99 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -41,7 +41,7 @@ </plugin> <plugin> - <artifactId>maven-buildnumber-plugin</artifactId> + <artifactId>buildnumber-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> <executions> <execution> @@ -114,9 +114,9 @@ <version>2.0-beta-9</version> </plugin> <plugin> - <artifactId>maven-buildnumber-plugin</artifactId> + <artifactId>buildnumber-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> - <version>0.9.6</version> + <version>1.0-beta-4</version> </plugin> <plugin> <artifactId>webstart-maven-plugin</artifactId> |