Skip to content

Commit

Permalink
1.3.8 initial
Browse files Browse the repository at this point in the history
  • Loading branch information
scinnamond committed Aug 4, 2022
1 parent 11ea02d commit 25be1ec
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 55 deletions.
6 changes: 3 additions & 3 deletions cloudgraph-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>cloudgraph-common</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions cloudgraph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>cloudgraph-core</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-store</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions cloudgraph-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<<<<<<< HEAD
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-docs</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
=======
<version>1.3.5</version>
</parent>
Expand Down Expand Up @@ -50,7 +50,7 @@
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-hbase</artifactId>
<<<<<<< HEAD
<version>1.3.7</version>
<version>1.3.8</version>
=======
<version>1.3.5</version>
>>>>>>> af3915f2028a2c7d645abc48c0546a23ce5a0391
Expand All @@ -59,7 +59,7 @@
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-rdb</artifactId>
<<<<<<< HEAD
<version>1.3.7</version>
<version>1.3.8</version>
=======
<version>1.3.5</version>
>>>>>>> af3915f2028a2c7d645abc48c0546a23ce5a0391
Expand All @@ -79,7 +79,7 @@
<target>
<property name="compile_classpath" refid="maven.compile.classpath"/>
<<<<<<< HEAD
<property name="release_suffix" value="1.3.7"/>
<property name="release_suffix" value="1.3.8"/>
=======
<property name="release_suffix" value="1.3.5"/>
>>>>>>> af3915f2028a2c7d645abc48c0546a23ce5a0391
Expand Down
36 changes: 27 additions & 9 deletions cloudgraph-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<slf4j.version>1.6.1</slf4j.version>
<hadoop.version>2.7.3</hadoop.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -33,17 +33,17 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-store</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-core</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-mapreduce</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<exclusions>
<exclusion>
<artifactId>commons-httpclient</artifactId>
Expand Down Expand Up @@ -119,12 +119,16 @@
<artifactId>hadoop-auth</artifactId>
<groupId>org.apache.hadoop</groupId>
</exclusion>
</exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-test</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<scope>test</scope>
</dependency>
<!--
Expand All @@ -140,6 +144,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>

<!-- Plasma Dependencies -->
Expand Down Expand Up @@ -203,6 +213,10 @@
<groupId>org.apache.hadoop</groupId>
</exclusion>
-->
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -270,6 +284,10 @@
<artifactId>servlet-api-2.5</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions cloudgraph-maprdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<hadoop.version>2.7.3</hadoop.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-hbase</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<exclusions>
<exclusion>
<artifactId>hbase-client</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions cloudgraph-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<slf4j.version>1.6.1</slf4j.version>
<hadoop.version>2.7.3</hadoop.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -22,17 +22,17 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-store</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-test</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<scope>test</scope>
</dependency>
<!--
Expand Down
12 changes: 6 additions & 6 deletions cloudgraph-rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<slf4j.version>1.6.1</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -26,17 +26,17 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-store</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-mapreduce</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>

<!-- Plasma Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion cloudgraph-store/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="target/generated-sources/java">
<classpathentry including="**/*.java" kind="src" output="target/classes" path="target/generated-sources/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
Expand Down
10 changes: 5 additions & 5 deletions cloudgraph-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<slf4j.version>1.6.1</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-test</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions cloudgraph-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>
<properties>
<cloudgraph.version>1.3.7</cloudgraph.version>
<plasma.version>2.1.7</plasma.version>
<cloudgraph.version>1.3.8</cloudgraph.version>
<plasma.version>2.1.8</plasma.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>cloudgraph-test</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
</dependencies>
<build>
Expand Down
31 changes: 31 additions & 0 deletions docs/release-notes/CloudGraph-1.3.8.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
***Release Notes***

CloudGraph 1.3.8 Release Notes

CloudGraph 1.3.8 is a production release of CloudGraph.

The full list of changes can be found in our issue management system github, and is reproduced below.
See https://github.com/cloudgraph/cloudgraph/issues.

For issues created during beta testing see:
See https://github.com/cloudgraph/cloudgraph/issues.


**Major Changes**
N/A

**Bugs**
N/A

**Improvements**
- **[Issue #58]** - Uplift Log4J Depse


**New Features**
N/A

**Tasks**
N/A

**Wish**
N/A

0 comments on commit 25be1ec

Please sign in to comment.