Skip to content

Commit

Permalink
remove SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian1209 committed May 17, 2022
1 parent a375aff commit 389ef02
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<name>SMOS-Box</name>
<groupId>org.esa.smostbx</groupId>
<artifactId>smos-box</artifactId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>

<packaging>pom</packaging>

<properties>
<brandingToken>smos</brandingToken>
<snap.version>9.0.0-SNAPSHOT</snap.version>
<snap.version>9.0.0</snap.version>
<netbeans.version>RELEASE82</netbeans.version>
<javahelp.version>2.0.05</javahelp.version>
<smos.nbmSpecVersion>5.9.0</smos.nbmSpecVersion>
Expand Down
2 changes: 1 addition & 1 deletion smos-dgg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<artifactId>smos-dgg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smos-ee2netcdf-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<packaging>nbm</packaging>
Expand Down
3 changes: 1 addition & 2 deletions smos-ee2netcdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<packaging>nbm</packaging>
Expand Down Expand Up @@ -147,4 +147,3 @@
</build>

</project>

3 changes: 1 addition & 2 deletions smos-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<packaging>nbm</packaging>
Expand Down Expand Up @@ -139,4 +139,3 @@
</build>

</project>

2 changes: 1 addition & 1 deletion smos-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.esa.smostbx</groupId>
<artifactId>smos-box</artifactId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<artifactId>smos-kit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smos-lsmask/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<artifactId>smos-lsmask</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions smos-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<packaging>nbm</packaging>
Expand Down Expand Up @@ -145,4 +145,3 @@
</build>

</project>

3 changes: 1 addition & 2 deletions smos-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>smos-box</artifactId>
<groupId>org.esa.smostbx</groupId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0</version>
</parent>

<packaging>nbm</packaging>
Expand Down Expand Up @@ -55,4 +55,3 @@
</build>

</project>

0 comments on commit 389ef02

Please sign in to comment.