Skip to content

Commit a104bce

Browse files
committed
Set version to 0.10.0-SNAPSHOT
1 parent 7b7f81a commit a104bce

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.7" classifier "all"
4646

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

49-
### Nightly builds (0.9.6-SNAPSHOT)
49+
### Development Build
5050

51-
- [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)
51+
- [gephi-toolkit-0.10.0-SNAPSHOT-all.jar](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.10-0-SNAPSHOT&c=all) (Jar)
5252

53-
- [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)
53+
- [gephi-toolkit-0.10.0-SNAPSHOT-javadoc.jar](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.10.0-SNAPSHOT&c=javadoc) (Javadoc)
5454

5555
### Maven
5656

pom.xml

Lines changed: 8 additions & 8 deletions
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.7</version>
7+
<version>0.10.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>gephi-toolkit</name>
@@ -60,7 +60,7 @@
6060
<netbeans.run.params>${netbeans.run.params.ide}</netbeans.run.params>
6161

6262
<!-- Netbeans Platform version -->
63-
<netbeans.version>RELEASE140</netbeans.version>
63+
<netbeans.version>RELEASE160</netbeans.version>
6464

6565
<!-- Gephi version -->
6666
<gephi.version>${project.version}</gephi.version>
@@ -92,7 +92,7 @@
9292

9393
<gephi.maven-clean-plugin.version>3.1.0</gephi.maven-clean-plugin.version>
9494

95-
<gephi.maven-compiler-plugin.version>3.8.1</gephi.maven-compiler-plugin.version>
95+
<gephi.maven-compiler-plugin.version>3.10.0</gephi.maven-compiler-plugin.version>
9696

9797
<gephi.maven-dependency-plugin.version>3.2.0</gephi.maven-dependency-plugin.version>
9898

@@ -102,11 +102,11 @@
102102

103103
<gephi.maven-install-plugin.version>2.5.2</gephi.maven-install-plugin.version>
104104

105-
<gephi.maven-jar-plugin.version>3.2.0</gephi.maven-jar-plugin.version>
105+
<gephi.maven-jar-plugin.version>3.2.2</gephi.maven-jar-plugin.version>
106106

107107
<gephi.maven-jarsigner-plugin.version>3.0.0</gephi.maven-jarsigner-plugin.version>
108108

109-
<gephi.maven-javadoc-plugin.version>3.3.1</gephi.maven-javadoc-plugin.version>
109+
<gephi.maven-javadoc-plugin.version>3.4.1</gephi.maven-javadoc-plugin.version>
110110

111111
<gephi.maven-license-plugin.version>1.9.0</gephi.maven-license-plugin.version>
112112

@@ -118,13 +118,13 @@
118118

119119
<gephi.maven-surefire-plugin.version>2.22.2</gephi.maven-surefire-plugin.version>
120120

121-
<gephi.build-helper-maven-plugin.version>3.2.0</gephi.build-helper-maven-plugin.version>
121+
<gephi.build-helper-maven-plugin.version>3.3.0</gephi.build-helper-maven-plugin.version>
122122

123123
<gephi.wagon-maven-plugin.version>2.0.2</gephi.wagon-maven-plugin.version>
124124

125-
<gephi.maven-site-plugin.version>3.9.1</gephi.maven-site-plugin.version>
125+
<gephi.maven-site-plugin.version>3.11.0</gephi.maven-site-plugin.version>
126126

127-
<gephi.nexus-staging-maven-plugin.version>1.6.8</gephi.nexus-staging-maven-plugin.version>
127+
<gephi.nexus-staging-maven-plugin.version>1.6.12</gephi.nexus-staging-maven-plugin.version>
128128
</properties>
129129

130130
<!-- Maven required version -->

0 commit comments

Comments
 (0)