diff options
| -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> | 
