Skip to content

Commit

Permalink
[maven-release-plugin] prepare release t20131015
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Oct 15, 2013
1 parent d41774b commit 4fa0197
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bakemono/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>infovore</artifactId>
<groupId>com.ontology2</groupId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>bakemono</artifactId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
<name>Bakemono -- Hadoop applications for the Infovore Framework</name>
<url>https://github.com/paulhoule/infovore/wiki/bakemono</url>
<licenses>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>centipede</artifactId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
4 changes: 2 additions & 2 deletions centipede/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>infovore</artifactId>
<groupId>com.ontology2</groupId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
</parent>

<artifactId>centipede</artifactId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
<packaging>jar</packaging>
<name>Centipede -- utilities for developing command line applications in Java</name>
<url>https://github.com/paulhoule/infovore/wiki/Centipede</url>
Expand Down
6 changes: 3 additions & 3 deletions haruhi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>infovore</artifactId>
<groupId>com.ontology2</groupId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>haruhi</artifactId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
<name>Haruhi -- job control unit for Infovore</name>
<url>https://github.com/paulhoule/infovore/wiki/Haruhi</url>
<licenses>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>centipede</artifactId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ontology2</groupId>
<artifactId>infovore</artifactId>
<version>2.0-SNAPSHOT</version>
<version>t20131015</version>
<packaging>pom</packaging>
<name>Infovore master project</name>
<url>https://github.com/paulhoule/infovore/wiki</url>
Expand Down

0 comments on commit 4fa0197

Please sign in to comment.