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 cffc60a commit 35b57a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.vito.probavbox</groupId>
<artifactId>probavbox</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<name>PROBA-V Toolbox</name>
<description>Tools for the PROBA-V Satellite</description>
<url>http://proba-v.vgt.vito.be/</url>
Expand All @@ -34,14 +34,14 @@
<packaging>pom</packaging>

<properties>
<snap.version>9.0.0-SNAPSHOT</snap.version>
<snap.version>9.0.0</snap.version>
<!--
snap.version is the Maven module version.
snap.nbmSpecVersion is the NetBeans module specification version.
It is used to filter manifest.mf and set the manifest's "OpenIDE-Module-Specification-Version" header.
This is necessary to make NetBeans modules updatable and independent from the Maven version (= snap.version).
-->
<probav.version>2.3.0-SNAPSHOT</probav.version>
<probav.version>2.3.0</probav.version>
<netbeans.version>RELEASE82</netbeans.version>
<javahelp.version>2.0.05</javahelp.version>
<netcdf.version>5.3.1</netcdf.version>
Expand Down
2 changes: 1 addition & 1 deletion probavbox-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vito.probavbox</groupId>
<artifactId>probavbox</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>probavbox-kit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion probavbox-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.vito.probavbox</groupId>
<artifactId>probavbox</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>probavbox-reader</artifactId>
Expand Down

0 comments on commit 35b57a7

Please sign in to comment.