Skip to content

Commit a1d86e7

Browse files
committed
[maven-release-plugin] prepare release powermock-1.6.1
1 parent 8582b8b commit a1d86e7

File tree

76 files changed

+146
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+146
-174
lines changed

api/easymock/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<parent>
54
<artifactId>powermock-api</artifactId>
65
<groupId>org.powermock</groupId>
7-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>powermock-api-easymock</artifactId>
1110
<name>powermock-api-easymock</name>
12-
<version>1.6.1-SNAPSHOT</version>
11+
<version>1.6.1</version>
1312

1413
<description>
1514
PowerMock API for EasyMock.

api/mockito/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>powermock-api</artifactId>
55
<groupId>org.powermock</groupId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.powermock</groupId>
1010
<artifactId>powermock-api-mockito</artifactId>
1111
<name>powermock-api-mockito</name>
12-
<version>1.6.1-SNAPSHOT</version>
12+
<version>1.6.1</version>
1313

1414
<description>
1515
PowerMock API for Mockito.

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>powermock</artifactId>
55
<groupId>org.powermock</groupId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.powermock</groupId>

api/support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>powermock-api</artifactId>
55
<groupId>org.powermock</groupId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.powermock</groupId>
1010
<artifactId>powermock-api-support</artifactId>
1111
<name>powermock-api-support</name>
12-
<version>1.6.1-SNAPSHOT</version>
12+
<version>1.6.1</version>
1313

1414
<description>
1515
Utility classes.

classloading/classloading-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<artifactId>powermock</artifactId>
55
<groupId>org.powermock</groupId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.powermock</groupId>
1111
<artifactId>powermock-classloading-base</artifactId>
1212
<name>powermock-classloading-base</name>
13-
<version>1.6.1-SNAPSHOT</version>
13+
<version>1.6.1</version>
1414
<packaging>jar</packaging>
1515

1616
<description>

classloading/classloading-objenesis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.powermock</groupId>
55
<artifactId>powermock-classloading-module</artifactId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
</parent>
88
<packaging>jar</packaging>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.powermock</groupId>
1111
<artifactId>powermock-classloading-objenesis</artifactId>
1212
<name>powermock-classloading-objenesis</name>
13-
<version>1.6.1-SNAPSHOT</version>
13+
<version>1.6.1</version>
1414

1515
<description>
1616
Performs classloader deep-cloning using Objenesis

classloading/classloading-xstream/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.powermock</groupId>
55
<artifactId>powermock-classloading-module</artifactId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
</parent>
88
<packaging>jar</packaging>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.powermock</groupId>
1111
<artifactId>powermock-classloading-xstream</artifactId>
1212
<name>powermock-classloading-xstream</name>
13-
<version>1.6.1-SNAPSHOT</version>
13+
<version>1.6.1</version>
1414

1515
<description>
1616
Performs classloader deep-cloning using X-Stream

classloading/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>powermock</artifactId>
55
<groupId>org.powermock</groupId>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.powermock</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>powermock</artifactId>
2020
<groupId>org.powermock</groupId>
21-
<version>1.6.1-SNAPSHOT</version>
21+
<version>1.6.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<groupId>org.powermock</groupId>

examples/AbstractFactory/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<parent>
54
<artifactId>powermock-examples</artifactId>
65
<groupId>org.powermock.examples</groupId>
7-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.6.1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>powermock-examples-abstractfactory</artifactId>

0 commit comments

Comments
 (0)