Skip to content

Commit

Permalink
updated code and source level to 1.7 and set version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Dec 10, 2015
1 parent ab16caf commit 393a955
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.9.0-SNAPSHOT
app.version=0.9.0
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $Revision$
<mkdir dir="${build.dir.classes}" />
<javac destdir="${build.dir.classes}" srcdir="${src.dir}" debug="true"
includes="**/*.java" excludes="**/example/**" includeantruntime="true"
source="1.5" target="1.5" />
source="1.7" target="1.7" />
</target>

<!-- compile tests -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.marineapi</groupId>
<artifactId>marineapi</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>Java Marine API</name>
Expand Down Expand Up @@ -151,8 +151,8 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses/>.
<artifactId>maven-compiler-plugin</artifactId>
<version>2.4</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 393a955

Please sign in to comment.