Skip to content

Commit

Permalink
[Deploy phase] Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotru committed Jan 4, 2016
1 parent 2e43c08 commit 23cf964
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cirneco-hamcrest/cirneco-hamcrest-jdk7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>cirneco-hamcrest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>cirneco-hamcrest-jdk7</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>Cirneco's Hamcrest Extensions for JDK7</name>
Expand Down
8 changes: 4 additions & 4 deletions cirneco-hamcrest/cirneco-hamcrest-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>cirneco-hamcrest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>cirneco-hamcrest-jdk8</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>Cirneco's Hamcrest Extensions for JDK8</name>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>cirneco-hamcrest-jdk7</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<exclusions>
<exclusion>
<groupId>joda-time</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>cirneco-hamcrest-jdk7</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions cirneco-hamcrest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>cirneco-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>cirneco-hamcrest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>

<name>Cirneco's Hamcrest Extensions</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>it.ozimov</groupId>
<artifactId>cirneco-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>

<name>Cirneco (Parent)</name>
Expand Down

0 comments on commit 23cf964

Please sign in to comment.