Skip to content

Commit

Permalink
build(release): releasing version 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Apr 25, 2018
1 parent 4c78b15 commit 95bfdc1
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.8.0-SNAPSHOT</version>
<version>1.8.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://git@github.com/Syncleus/aparapi-examples.git</developerConnection>
<url>https://github.com/Syncleus/aparapi-examples</url>
<tag>v1.8.0</tag>
</scm>

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

0 comments on commit 95bfdc1

Please sign in to comment.