Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
agibsonccc committed Nov 26, 2014
1 parent 169c19d commit 40a13cd
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deeplearning4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-parent</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<properties>
<logback.version>1.0.6</logback.version>
Expand Down
2 changes: 1 addition & 1 deletion deeplearning4j-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-parent</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-hadoop</artifactId>
<name>DeepLearning 4j for Hadoop</name>
Expand Down
2 changes: 1 addition & 1 deletion deeplearning4j-scaleout/deeplearning4j-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-aws</artifactId>
<name>DeepLearning4j-AWS</name>
Expand Down
2 changes: 1 addition & 1 deletion deeplearning4j-scaleout/deeplearning4j-nlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<properties>
<cleartk.version>2.0.0</cleartk.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-scaleout-akka</artifactId>
<name>deeplearning4j-scaleout-akka</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-scaleout-api</artifactId>
<name>deeplearning4j-scaleout-api</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-scaleout-core</artifactId>
<name>deeplearning4j-scaleout-core</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-scaleout-zookeeper</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion deeplearning4j-scaleout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-parent</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<artifactId>deeplearning4j-scaleout</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-parent</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
</parent>
<properties>
<logback.version>1.0.6</logback.version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-parent</artifactId>
<version>0.0.3.2.7-SNAPSHOT</version>
<version>0.0.3.2.7</version>
<packaging>pom</packaging>
<name>DeepLearning4j</name>

Expand Down Expand Up @@ -36,7 +36,7 @@
<junit.version>4.11</junit.version>
<maven.test.skip>true</maven.test.skip>
<logback.version>1.1.2</logback.version>
<nd4j.version>0.0.3.5.5.4</nd4j.version>
<nd4j.version>0.0.3.5.4</nd4j.version>
</properties>


Expand Down Expand Up @@ -157,7 +157,7 @@
<connection>scm:git:[email protected]:agibsonccc/java-deeplearning.git</connection>
<developerConnection>scm:git:[email protected]:agibsonccc/java-deeplearning.git</developerConnection>
<url>[email protected]:agibsonccc/java-deeplearning.git</url>
<tag>HEAD</tag>
<tag>deeplearning4j-parent-0.0.3.2.7</tag>
</scm>

<modules>
Expand Down

0 comments on commit 40a13cd

Please sign in to comment.