Skip to content

Commit

Permalink
Update to Gephi version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Jun 22, 2022
1 parent 4aa920f commit 39d3bc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -20,14 +20,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g
<dependency>
<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.9.3</version>
<version>0.9.6</version>
</dependency>
```

#### From a Gradle project

```
compile 'org.gephi:gephi-toolkit:0.9.3'
compile 'org.gephi:gephi-toolkit:0.9.6'
```

#### From a Scala SBT Project
Expand All @@ -37,7 +37,7 @@ resolvers ++= Seq(
"gephi-thirdparty" at "https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/"
)
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3" classifier "all"
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.6" classifier "all"
```

## Latest releases
Expand All @@ -46,11 +46,11 @@ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3" classifier "all"

- Latest stable release on [gephi.org](http://gephi.org/toolkit).

### Nightly builds (0.9.3-SNAPSHOT)
### Nightly builds (0.9.6-SNAPSHOT)

- [gephi-toolkit-0.9.3-SNAPSHOT-all.jar](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.3-SNAPSHOT&c=all) (Jar)
- [gephi-toolkit-0.9.6-SNAPSHOT-all.jar](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.6-SNAPSHOT&c=all) (Jar)

- [gephi-toolkit-0.9.3-SNAPSHOT-javadoc.jar](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.3-SNAPSHOT&c=javadoc) (Javadoc)
- [gephi-toolkit-0.9.6-SNAPSHOT-javadoc.jar](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.6-SNAPSHOT&c=javadoc) (Javadoc)

### Maven

Expand Down Expand Up @@ -84,7 +84,7 @@ If you have Maven you can directly depend on the latest development version of t
<dependency>
<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.6-SNAPSHOT</version>
</dependency>
...
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.9.3</version>
<version>0.9.6</version>
<packaging>jar</packaging>

<name>gephi-toolkit</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<netbeans.run.params>${netbeans.run.params.ide}</netbeans.run.params>

<!-- Netbeans Platform version -->
<netbeans.version>RELEASE130</netbeans.version>
<netbeans.version>RELEASE140</netbeans.version>

<!-- Gephi version -->
<gephi.version>${project.version}</gephi.version>
Expand Down

0 comments on commit 39d3bc4

Please sign in to comment.