Skip to content

Commit 7aba9f2

Browse files
committed
JanusGraph 0.3.2 release [full build]
Signed-off-by: Oleksandr Porunov <[email protected]>
1 parent 4912c06 commit 7aba9f2

File tree

36 files changed

+39
-39
lines changed

36 files changed

+39
-39
lines changed

docs/changelog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[appendix]
33
== Release Notes
44

5-
=== Version 0.3.2 (Release Date: December ??, 2018)
5+
=== Version 0.3.2 (Release Date: June 16, 2019)
66

77
[source, xml]
88
<dependency>

docs/doc-versions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[appendix]
33
== Other documentation versions
44
* https://docs.janusgraph.org/latest/index.html[Latest]
5+
* https://docs.janusgraph.org/0.3.2/index.html[Version 0.3.2]
56
* https://docs.janusgraph.org/0.3.1/index.html[Version 0.3.1]
67
* https://docs.janusgraph.org/0.3.0/index.html[Version 0.3.0]
78
* https://docs.janusgraph.org/0.2.3/index.html[Version 0.2.3]

docs/xsl/common.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<a href="https://docs.janusgraph.org/0.3.2/index.html">Version 0.3.2</a>
9595
<a href="https://docs.janusgraph.org/0.3.1/index.html">Version 0.3.1</a>
9696
<a href="https://docs.janusgraph.org/0.3.0/index.html">Version 0.3.0</a>
97+
<a href="https://docs.janusgraph.org/0.2.3/index.html">Version 0.2.3</a>
9798
<a href="https://docs.janusgraph.org/0.2.2/index.html">Version 0.2.2</a>
9899
<a href="https://docs.janusgraph.org/0.2.1/index.html">Version 0.2.1</a>
99100
<a href="https://docs.janusgraph.org/0.2.0/index.html">Version 0.2.0</a>

janusgraph-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.3.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-all</artifactId>

janusgraph-berkeleyje/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.3.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-berkeleyje</artifactId>

janusgraph-bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.3.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-bigtable</artifactId>

janusgraph-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.3.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-cassandra</artifactId>

janusgraph-codepipelines-ci/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.janusgraph</groupId>
66
<artifactId>janusgraph</artifactId>
7-
<version>0.3.2-SNAPSHOT</version>
7+
<version>0.3.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>janusgraph-codepipelines-ci</artifactId>

janusgraph-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.3.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-core</artifactId>

janusgraph-cql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.janusgraph</groupId>
66
<artifactId>janusgraph</artifactId>
7-
<version>0.3.2-SNAPSHOT</version>
7+
<version>0.3.2</version>
88
</parent>
99

1010
<artifactId>janusgraph-cql</artifactId>

0 commit comments

Comments
 (0)