Skip to content

Commit a8394a8

Browse files
author
chupman
authored
Merge pull request JanusGraph#1598 from chupman/release-0.2.3-prep
JanusGraph 0.2.3 release
2 parents 1ed11e4 + 2793570 commit a8394a8

File tree

34 files changed

+36
-34
lines changed

34 files changed

+36
-34
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.2.3 (Release Date: December ??, 2018)
5+
=== Version 0.2.3 (Release Date: May 21, 2019)
66

77
[source, xml]
88
<dependency>

docs/doc-versions.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[appendix]
33
== Other documentation versions
44
* https://docs.janusgraph.org/latest/index.html[Latest]
5+
* https://docs.janusgraph.org/0.3.1/index.html[Version 0.3.1]
56
* https://docs.janusgraph.org/0.3.0/index.html[Version 0.3.0]
7+
* https://docs.janusgraph.org/0.2.3/index.html[Version 0.2.3]
68
* https://docs.janusgraph.org/0.2.2/index.html[Version 0.2.2]
79
* https://docs.janusgraph.org/0.2.1/index.html[Version 0.2.1]
810
* https://docs.janusgraph.org/0.2.0/index.html[Version 0.2.0]

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.2.3-SNAPSHOT</version>
6+
<version>0.2.3</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.2.3-SNAPSHOT</version>
6+
<version>0.2.3</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.2.3-SNAPSHOT</version>
6+
<version>0.2.3</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.2.3-SNAPSHOT</version>
6+
<version>0.2.3</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.2.3-SNAPSHOT</version>
7+
<version>0.2.3</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.2.3-SNAPSHOT</version>
6+
<version>0.2.3</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.2.3-SNAPSHOT</version>
7+
<version>0.2.3</version>
88
</parent>
99

1010
<artifactId>janusgraph-cql</artifactId>

janusgraph-dist/janusgraph-dist-hadoop-2/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-dist</artifactId>
6-
<version>0.2.3-SNAPSHOT</version>
6+
<version>0.2.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)