Skip to content

Commit f850db9

Browse files
committed
Set version to 0.6.0 for release.
1 parent 1efd3c2 commit f850db9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
app.id=marineapi
22
app.name=Java Marine API
3-
app.version=0.6.0-SNAPSHOT
3+
app.version=0.6.0

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ for more details.
1717
1818
You should have received a copy of the GNU Lesser General Public License
1919
along with Java Marine API. If not, see <http://www.gnu.org/licenses/>.
20-
21-
$Revision$
2220
-->
2321
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2422

2523
<modelVersion>4.0.0</modelVersion>
2624
<groupId>net.sf.marineapi</groupId>
2725
<artifactId>marineapi</artifactId>
28-
<version>0.6.0-SNAPSHOT</version>
26+
<version>0.6.0</version>
2927
<packaging>jar</packaging>
3028

3129
<name>Java Marine API</name>

0 commit comments

Comments
 (0)