Skip to content

Commit

Permalink
Update for 0.9.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Apr 6, 2022
1 parent befb576 commit 84f8896
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -19,14 +19,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.2</version>
<version>0.9.3</version>
</dependency>
```

#### From a Gradle project

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

#### 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.2" classifier "all"
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3" classifier "all"
```

## Latest releases
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.3</version>
</dependency>
...
</dependencies>
Expand All @@ -98,9 +98,9 @@ The Gephi Toolkit is entirely based on Gephi's source code and packages the core

### Requirements

- Java JDK 7 or 8 with preferably [Oracle Java JDK](http://java.com/en/).
- Java JDK 11.

- [Apache Maven](http://maven.apache.org/) version 3.0.5 or later
- [Apache Maven](http://maven.apache.org/) version 3.6.3 or later

### Checkout and Build the sources

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

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

<name>gephi-toolkit</name>
Expand Down

0 comments on commit 84f8896

Please sign in to comment.