Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 7, 2014
1 parent c585154 commit 74cb6b6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
7 changes: 3 additions & 4 deletions bakemono-options/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ontology2</groupId>
<artifactId>infovore</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>bakemono-options</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
<name>bakemono-options</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
8 changes: 4 additions & 4 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.5-SNAPSHOT</version>
<version>3.0</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>bakemono</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
<name>Bakemono -- Hadoop applications for the Infovore Framework</name>
<url>https://github.com/paulhoule/infovore/wiki/bakemono</url>
<licenses>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>bakemono-options</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>haruhi-spring</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions haruhi-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.ontology2</groupId>
<artifactId>infovore</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>haruhi-spring</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
<name>haruhi-spring</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
10 changes: 5 additions & 5 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.5-SNAPSHOT</version>
<version>3.0</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>haruhi</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
<name>Haruhi -- job control unit for Infovore</name>
<url>https://github.com/paulhoule/infovore/wiki/Haruhi</url>
<licenses>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>haruhi-spring</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>bakemono</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
<classifier>metadata</classifier>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>bakemono-options</artifactId>
<version>2.5-SNAPSHOT</version>
<version>3.0</version>
</dependency>
</dependencies>
<properties>
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.5-SNAPSHOT</version>
<version>3.0</version>
<packaging>pom</packaging>
<name>Infovore master project</name>
<url>https://github.com/paulhoule/infovore/wiki</url>
Expand Down

0 comments on commit 74cb6b6

Please sign in to comment.