Skip to content

Commit f67664b

Browse files
committed
Set version to 0.8.8-SNAPSHOT
1 parent ec5cb2f commit f67664b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ GraphStore is an in-memory graph structure implementation written in Java. It's
2525

2626
Stable releases can be found on [Maven central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.gephi%22%20AND%20a%3A%22graphstore%22).
2727

28-
Development builds can be found on [Sonatype's Snapshot Repository](https://oss.sonatype.org/content/repositories/snapshots/org/gephi/graphstore/).
29-
28+
Development builds can be found on Maven's snapshot repository.
3029
## Documentation
3130

3231
API Documentation is available [here](https://www.javadoc.io/doc/org.gephi/graphstore/latest/index.html).
@@ -41,14 +40,14 @@ Follow [this QuickStart](https://github.com/gephi/graphstore/wiki/Quick-Start) t
4140
<dependency>
4241
<groupId>org.gephi</groupId>
4342
<artifactId>graphstore</artifactId>
44-
<version>0.8.6</version>
43+
<version>0.8.7</version>
4544
</dependency>
4645
```
4746

4847
### From a Gradle project
4948

5049
```
51-
compile 'org.gephi:graphstore:0.8.6'
50+
compile 'org.gephi:graphstore:0.8.7'
5251
```
5352

5453
## Dependencies

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.gephi</groupId>
55
<artifactId>graphstore</artifactId>
6-
<version>0.8.7</version>
6+
<version>0.8.8-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>GraphStore</name>

0 commit comments

Comments
 (0)