Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 10, 2014
1 parent 6ec805c commit 823c57d
Show file tree
Hide file tree
Showing 73 changed files with 119 additions and 119 deletions.
4 changes: 2 additions & 2 deletions api/easymock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-api</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-easymock</artifactId>
<name>powermock-api-easymock</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
PowerMock API for EasyMock.
Expand Down
4 changes: 2 additions & 2 deletions api/mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-api</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<name>powermock-api-mockito</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
PowerMock API for Mockito.
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
Expand Down
4 changes: 2 additions & 2 deletions api/support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-api</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<name>powermock-api-support</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Utility classes.
Expand Down
4 changes: 2 additions & 2 deletions classloading/classloading-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>powermock</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-base</artifactId>
<name>powermock-classloading-base</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
<packaging>jar</packaging>

<description>
Expand Down
4 changes: 2 additions & 2 deletions classloading/classloading-objenesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-module</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-objenesis</artifactId>
<name>powermock-classloading-objenesis</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Performs classloader deep-cloning using Objenesis
Expand Down
4 changes: 2 additions & 2 deletions classloading/classloading-xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-module</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-xstream</artifactId>
<name>powermock-classloading-xstream</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Performs classloader deep-cloning using X-Stream
Expand Down
2 changes: 1 addition & 1 deletion classloading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>powermock</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/AbstractFactory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/ApacheCLIExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-apachecli</artifactId>
<name>ApacheCLIExample</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example showing PowerMock testing classes that extend Object.
Expand Down
4 changes: 2 additions & 2 deletions examples/ApacheMina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-apachemina</artifactId>
<name>ApacheMina</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Examples showing PowerMock used to test NIO.
Expand Down
4 changes: 2 additions & 2 deletions examples/DocumentationExamples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-documentationexamples</artifactId>
<name>DocumentationExamples</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Examples used to document various PowerMock features.
Expand Down
4 changes: 2 additions & 2 deletions examples/HamcrestExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-hamcrestexample</artifactId>
<name>HamcrestExample</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Examples showing PowerMock used with Hamcrest matchers.
Expand Down
4 changes: 2 additions & 2 deletions examples/SignedMocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-signedmocking</artifactId>
<name>SignedMocking</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion examples/dom4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/easymock31/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/jcl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-jcl</artifactId>
<name>jcl</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example of using JclMockPolicy.
Expand Down
4 changes: 2 additions & 2 deletions examples/jdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-jdom</artifactId>
<name>powermock-examples-jdom</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example showing PowerMock used with jDom and static classes.
Expand Down
4 changes: 2 additions & 2 deletions examples/jmock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-jmock</artifactId>
<name>JMock Example</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
<properties>
<jmock.version>2.5.1</jmock.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-log4j
</artifactId>
<name>log4j</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example of using Log4jMockPolicy.
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock</artifactId>
<groupId>org.powermock</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
8 changes: 4 additions & 4 deletions examples/slf4j-mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-slf4j-mockito</artifactId>
<name>slf4j-mockito</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example of using Slf4jMockPolicy with Mockito.
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/slf4j-noimpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-slf4j-no-impl</artifactId>
<name>slf4j-mockito</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example of using Slf4jMockPolicy with no slf4j implementation (only API).
Expand Down
4 changes: 2 additions & 2 deletions examples/slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-slf4j</artifactId>
<name>slf4j</name>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>

<description>
Example of using Slf4jMockPolicy.
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-xml-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>powermock-examples</artifactId>
<groupId>org.powermock.examples</groupId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.powermock.examples</groupId>
Expand Down
Loading

0 comments on commit 823c57d

Please sign in to comment.