Permalink
Browse files
Bump to next development cycle
- Loading branch information...
Showing
with
4 additions
and
3 deletions.
-
+3
−2
README.md
-
+1
−1
pom.xml
|
@@ -94,7 +94,7 @@ Add scenery and ClearGL to your project's `pom.xml`: |
|
|
|
<dependency> |
|
|
|
<groupId>graphics.scenery</groupId> |
|
|
|
<artifactId>scenery</artifactId> |
|
|
|
<version>0.7.0-beta-1</version> |
|
|
|
<version>0.7.0-beta-2-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
@@ -110,7 +110,8 @@ Add scenery and ClearGL to your project's `pom.xml`: |
|
|
|
Add scenery and ClearGL to your project's `build.gradle`: |
|
|
|
|
|
|
|
```groovy |
|
|
|
compile group: 'graphics.scenery', name: 'scenery', version: '0.7.0-beta-1' |
|
|
|
compile group: 'graphics.scenery', name: 'scenery', version: |
|
|
|
'0.7.0-beta-2-SNAPSHOT' |
|
|
|
compile group: 'net.clearvolume', name: 'cleargl', version: '2.2.5' |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -10,7 +10,7 @@ |
|
|
|
|
|
|
|
<groupId>graphics.scenery</groupId> |
|
|
|
<artifactId>scenery</artifactId> |
|
|
|
<version>0.7.0-beta-1</version> |
|
|
|
<version>0.7.0-beta-2-SNAPSHOT</version> |
|
|
|
|
|
|
|
<name>scenery</name> |
|
|
|
<description>flexible scenegraphing and rendering for scientific visualisation</description> |
|
|
0 comments on commit
93239ea