Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 22, 2014
1 parent 427c85e commit 5f43b64
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
9 changes: 4 additions & 5 deletions bakemono/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0"?>
<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">
<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>
<artifactId>infovore</artifactId>
<groupId>com.ontology2</groupId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>bakemono</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<name>Bakemono -- Hadoop applications for the Infovore Framework</name>
<url>https://github.com/paulhoule/infovore/wiki/bakemono</url>
<licenses>
Expand Down Expand Up @@ -79,7 +78,7 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>haruhi-spring</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
7 changes: 3 additions & 4 deletions haruhi-spring/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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>haruhi-spring</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<name>haruhi-spring</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
8 changes: 4 additions & 4 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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<groupId>com.ontology2</groupId>
<artifactId>haruhi</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<name>Haruhi -- job control unit for Infovore</name>
<url>https://github.com/paulhoule/infovore/wiki/Haruhi</url>
<licenses>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>haruhi-spring</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>bakemono</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<classifier>metadata</classifier>
<exclusions>
<exclusion>
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.4-SNAPSHOT</version>
<version>2.4</version>
<packaging>pom</packaging>
<name>Infovore master project</name>
<url>https://github.com/paulhoule/infovore/wiki</url>
Expand Down

0 comments on commit 5f43b64

Please sign in to comment.