Skip to content

Commit

Permalink
build(release): releasing version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Apr 23, 2018
1 parent 66453a7 commit d219122
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.aparapi</groupId>
<artifactId>aparapi-examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -40,6 +40,7 @@
<connection>scm:git:https://github.com/Syncleus/aparapi-examples.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Syncleus/aparapi-examples.git</developerConnection>
<url>https://github.com/Syncleus/aparapi-examples</url>
<tag>v1.7.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -81,7 +82,7 @@
<dependency>
<groupId>com.aparapi</groupId>
<artifactId>aparapi</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
Expand Down

0 comments on commit d219122

Please sign in to comment.