Skip to content

Commit

Permalink
Set version to 0.6.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Oct 15, 2013
1 parent 1efd3c2 commit f850db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app.id=marineapi
app.name=Java Marine API
app.version=0.6.0-SNAPSHOT
app.version=0.6.0
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ for more details.
You should have received a copy of the GNU Lesser General Public License
along with Java Marine API. If not, see <http://www.gnu.org/licenses/>.
$Revision$
-->
<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">

<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.marineapi</groupId>
<artifactId>marineapi</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>Java Marine API</name>
Expand Down

0 comments on commit f850db9

Please sign in to comment.