Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rterp committed Feb 17, 2017
1 parent e6d5e65 commit 3958da9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion GMapsFX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>${project.artifactId}</name>
<description>A Java API for using Google Maps within a JavaFX application.</description>
<url>https://rterp.github.io/GMapsFX/</url>
<version>2.0.8-SNAPSHOT</version>
<version>2.10.0-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<license>
Expand Down Expand Up @@ -121,6 +121,19 @@
</configuration>
</plugin>
-->
<plugin>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>retrolambda-maven-plugin</artifactId>
<version>2.3.0</version>
<executions>
<execution>
<goals>
<goal>process-main</goal>
<goal>process-test</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 3958da9

Please sign in to comment.