Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rival-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alansaid committed Aug 7, 2015
1 parent d76d543 commit e09a495
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.recommenders.rival</groupId>
<artifactId>rival</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>
<name>RiVal</name>
<description>Evaluation toolkit for recommender systems</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:http://github.com/recommenders/rival.git</connection>
<developerConnection>scm:git:[email protected]:recommenders/rival.git</developerConnection>
<url>scm:git:[email protected]:recommenders/rival.git</url>
<tag>rival-${project.version}</tag>
<tag>rival-0.2</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion rival-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rival</artifactId>
<groupId>net.recommenders.rival</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>rival-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rival-evaluate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.recommenders.rival</groupId>
<artifactId>rival</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>rival-evaluate</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions rival-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>rival</artifactId>
<groupId>net.recommenders.rival</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rival-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>rival</artifactId>
<groupId>net.recommenders.rival</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>rival-package</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rival-recommend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.recommenders.rival</groupId>
<artifactId>rival</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>rival-recommend</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rival-split/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.recommenders.rival</groupId>
<artifactId>rival</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>rival-split</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit e09a495

Please sign in to comment.