Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nd4j-0.0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agibsonccc committed Oct 20, 2014
1 parent 66e9922 commit a9dba51
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion nd4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>nd4j</artifactId>
<groupId>org.nd4j</groupId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nd4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>nd4j</artifactId>
<groupId>org.nd4j</groupId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nd4j-jblas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>nd4j</artifactId>
<groupId>org.nd4j</groupId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions nd4j-jcublas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>nd4j-jcublas</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
<packaging>jar</packaging>


<parent>
<artifactId>nd4j</artifactId>
<groupId>org.nd4j</groupId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>

<name>nd4j-jcublas</name>
Expand Down
4 changes: 2 additions & 2 deletions nd4j-jdbc/nd4j-jdbc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.nd4j</groupId>
<artifactId>nd4j-jdbc-api</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
<packaging>jar</packaging>

<name>nd4j-jdbc-api</name>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jdbc</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions nd4j-jdbc/nd4j-jdbc-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jdbc</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jdbc-api</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions nd4j-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>nd4j</artifactId>
<groupId>org.nd4j</groupId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>nd4j-jdbc</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
<packaging>pom</packaging>

<name>nd4j-jdbc</name>
Expand Down
2 changes: 1 addition & 1 deletion nd4j-netlib-blas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>nd4j</artifactId>
<groupId>org.nd4j</groupId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nd4j</groupId>
<artifactId>nd4j</artifactId>
<version>0.0.3.5-SNAPSHOT</version>
<version>0.0.3.5</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<connection>scm:[email protected]:SkymindIO/nd4j.git</connection>
<developerConnection>scm:git:[email protected]:SkymindIO/nd4j.git</developerConnection>
<url>[email protected]:SkymindIO/nd4j.git</url>
<tag>HEAD</tag>
<tag>nd4j-0.0.3.5</tag>
</scm>


Expand Down

0 comments on commit a9dba51

Please sign in to comment.