Skip to content

Commit 7f3bfa0

Browse files
Bump version to 0.2.3 and remove superfluous dependencies
1 parent 341ea0e commit 7f3bfa0

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
# scenery // flexible scenegraphing and rendering for scientific visualisation
66

7-
---
8-
__Hello, this is the master branch, where development happens and stuff breaks.__ If you require a stable version of scenery, please check out the [latest stable version of this repository](https://github.com/scenerygraphics/scenery/tree/scenery-0.2.2).
9-
10-
---
11-
127
![Blood Cells Example](https://ulrik.is/scenery-bloodcells.gif)
138

149

@@ -87,7 +82,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
8782
<dependency>
8883
<groupId>graphics.scenery</groupId>
8984
<artifactId>scenery</artifactId>
90-
<version>0.2.3-SNAPSHOT</version>
85+
<version>0.2.3</version>
9186
</dependency>
9287

9388
<dependency>
@@ -103,7 +98,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
10398
Add scenery and ClearGL to your project's `build.gradle`:
10499

105100
```groovy
106-
compile group: 'graphics.scenery', name: 'scenery', version: '0.2.3-SNAPSHOT'
101+
compile group: 'graphics.scenery', name: 'scenery', version: '0.2.3'
107102
compile group: 'net.clearvolume', name: 'cleargl', version: '2.1.1'
108103
```
109104

pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>graphics.scenery</groupId>
1212
<artifactId>scenery</artifactId>
13-
<version>0.2.3-SNAPSHOT</version>
13+
<version>0.2.3</version>
1414
<inceptionYear>2016</inceptionYear>
1515
<licenses>
1616
<license>
@@ -492,18 +492,6 @@
492492
<artifactId>scifio</artifactId>
493493
</dependency>
494494

495-
<dependency>
496-
<groupId>net.imagej</groupId>
497-
<artifactId>imagej</artifactId>
498-
<version>2.0.0-rc-59</version>
499-
<scope>test</scope>
500-
</dependency>
501-
502-
<dependency>
503-
<groupId>io.scif</groupId>
504-
<artifactId>scifio</artifactId>
505-
</dependency>
506-
507495
</dependencies>
508496

509497
<repositories>

0 commit comments

Comments
 (0)