Skip to content

Commit

Permalink
Bump version to 0.2.3 and remove superfluous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Dec 11, 2017
1 parent 341ea0e commit 7f3bfa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

# scenery // flexible scenegraphing and rendering for scientific visualisation

---
__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).

---

![Blood Cells Example](https://ulrik.is/scenery-bloodcells.gif)


Expand Down Expand Up @@ -87,7 +82,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</dependency>

<dependency>
Expand All @@ -103,7 +98,7 @@ 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.2.3-SNAPSHOT'
compile group: 'graphics.scenery', name: 'scenery', version: '0.2.3'
compile group: 'net.clearvolume', name: 'cleargl', version: '2.1.1'
```

Expand Down
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
Expand Down Expand Up @@ -492,18 +492,6 @@
<artifactId>scifio</artifactId>
</dependency>

<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
<version>2.0.0-rc-59</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.scif</groupId>
<artifactId>scifio</artifactId>
</dependency>

</dependencies>

<repositories>
Expand Down

0 comments on commit 7f3bfa0

Please sign in to comment.