Skip to content
Snippets Groups Projects
Commit 038594a2 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

build(versioning): bumping snapshot post release

parent c6d1d395
No related branches found
No related tags found
No related merge requests found
# Aparapi Examples Changelog # Aparapi Examples Changelog
## 1.6.1
## 1.6.0
* Synced to Aparapi 1.6.0
## 1.5.0 ## 1.5.0
* Synced to Aparapi 1.5.0 * Synced to Aparapi 1.5.0
...@@ -59,4 +65,4 @@ ...@@ -59,4 +65,4 @@
## 1.1.0 ## 1.1.0
* Synced to Aparapi 1.1.0 * Synced to Aparapi 1.1.0
* Changed group id and package to com.aparapi * Changed group id and package to com.aparapi
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>com.aparapi</groupId> <groupId>com.aparapi</groupId>
<artifactId>aparapi-examples</artifactId> <artifactId>aparapi-examples</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>com.aparapi</groupId> <groupId>com.aparapi</groupId>
<artifactId>aparapi</artifactId> <artifactId>aparapi</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jogamp.gluegen</groupId> <groupId>org.jogamp.gluegen</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment