diff options
author | Mark Raynsford <[email protected]> | 2012-11-02 12:08:33 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-06 21:16:29 +0100 |
commit | 265b2e9deeee476fb86780aba1a5440535199593 (patch) | |
tree | 2d4757381cd946490a46a9daa76c0c58a8c9b163 | |
parent | 1a02e61a06e7fbd49f1b9711e062a67882915248 (diff) |
Correct version numbers in pom files
-rwxr-xr-x | jogl-all-mobile.pom.sh | 2 | ||||
-rwxr-xr-x | jogl-all-noawt.pom.sh | 2 | ||||
-rwxr-xr-x | jogl-all.pom.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jogl-all-mobile.pom.sh b/jogl-all-mobile.pom.sh index ce7d11b..252728e 100755 --- a/jogl-all-mobile.pom.sh +++ b/jogl-all-mobile.pom.sh @@ -23,7 +23,7 @@ cat <<EOF <modelVersion>4.0.0</modelVersion> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-mobile</artifactId> - <version>2.0-rc9</version> + <version>${VERSION}</version> <packaging>jar</packaging> <name>JOGL</name> <description>Java™ Binding for the OpenGL® API (Mobile)</description> diff --git a/jogl-all-noawt.pom.sh b/jogl-all-noawt.pom.sh index b0a58fc..8486688 100755 --- a/jogl-all-noawt.pom.sh +++ b/jogl-all-noawt.pom.sh @@ -23,7 +23,7 @@ cat <<EOF <modelVersion>4.0.0</modelVersion> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-noawt</artifactId> - <version>2.0-rc9</version> + <version>${VERSION}</version> <packaging>jar</packaging> <name>JOGL</name> <description>Java™ Binding for the OpenGL® API (Without AWT)</description> diff --git a/jogl-all.pom.sh b/jogl-all.pom.sh index 35d1cfa..db6f28b 100755 --- a/jogl-all.pom.sh +++ b/jogl-all.pom.sh @@ -23,7 +23,7 @@ cat <<EOF <modelVersion>4.0.0</modelVersion> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> - <version>2.0-rc9</version> + <version>${VERSION}</version> <packaging>jar</packaging> <name>JOGL</name> <description>Java™ Binding for the OpenGL® API</description> |