Skip to content

Commit 84f8896

Browse files
committed
Update for 0.9.3 version
1 parent befb576 commit 84f8896

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g
1919
<dependency>
2020
<groupId>org.gephi</groupId>
2121
<artifactId>gephi-toolkit</artifactId>
22-
<version>0.9.2</version>
22+
<version>0.9.3</version>
2323
</dependency>
2424
```
2525

2626
#### From a Gradle project
2727

2828
```
29-
compile 'org.gephi:gephi-toolkit:0.9.2'
29+
compile 'org.gephi:gephi-toolkit:0.9.3'
3030
```
3131

3232
#### From a Scala SBT Project
@@ -37,7 +37,7 @@ resolvers ++= Seq(
3737
"gephi-thirdparty" at "https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/"
3838
)
3939
40-
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.2" classifier "all"
40+
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3" classifier "all"
4141
```
4242

4343
## Latest releases
@@ -84,7 +84,7 @@ If you have Maven you can directly depend on the latest development version of t
8484
<dependency>
8585
<groupId>org.gephi</groupId>
8686
<artifactId>gephi-toolkit</artifactId>
87-
<version>0.9.3-SNAPSHOT</version>
87+
<version>0.9.3</version>
8888
</dependency>
8989
...
9090
</dependencies>
@@ -98,9 +98,9 @@ The Gephi Toolkit is entirely based on Gephi's source code and packages the core
9898

9999
### Requirements
100100

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

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

105105
### Checkout and Build the sources
106106

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.gephi</groupId>
66
<artifactId>gephi-toolkit</artifactId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
<packaging>jar</packaging>
99

1010
<name>gephi-toolkit</name>

0 commit comments

Comments
 (0)