Skip to content

Commit

Permalink
release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Feb 12, 2018
1 parent 6aadd71 commit 0b52898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ matches it since snapshots do not appear in maven central.

```bash

git checkout v1.3.4
git checkout v1.5.0
mvn clean package exec:java
```
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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0</tag>
</scm>

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

0 comments on commit 0b52898

Please sign in to comment.