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 Jun 3, 2016
1 parent f011762 commit 54bdfb6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions hamcrest-matchers/guava-hamcrest-matchers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>hamcrest-matchers</artifactId>
<groupId>it.ozimov</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>


<artifactId>guava-hamcrest-matchers</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Cirneco's Hamcrest Extensions for Google Guava library</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>java7-hamcrest-matchers</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<exclusions>
<exclusion>
<groupId>joda-time</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>java7-hamcrest-matchers</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions hamcrest-matchers/java7-hamcrest-matchers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>hamcrest-matchers</artifactId>
<groupId>it.ozimov</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>java7-hamcrest-matchers</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

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


<artifactId>java8-hamcrest-matchers</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

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

<artifactId>hamcrest-matchers</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<modules>
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

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

0 comments on commit 54bdfb6

Please sign in to comment.