Skip to content

Commit a3185ec

Browse files
author
GitHub Actions (run by olibye)
committed
Release version 2.13.1
1 parent f925f2f commit a3185ec

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

jmock-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.jmock</groupId>
1414
<artifactId>jmock-parent</artifactId>
15-
<version>2.13.1-SNAPSHOT</version>
15+
<version>2.13.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

jmock-imposters-testdata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jmock</groupId>
88
<artifactId>jmock-parent</artifactId>
9-
<version>2.13.1-SNAPSHOT</version>
9+
<version>2.13.1</version>
1010
</parent>
1111

1212
<artifactId>jmock-imposters-testdata</artifactId>

jmock-imposters-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jmock</groupId>
88
<artifactId>jmock-parent</artifactId>
9-
<version>2.13.1-SNAPSHOT</version>
9+
<version>2.13.1</version>
1010
</parent>
1111
<artifactId>jmock-imposters-tests</artifactId>
1212

jmock-imposters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jmock</groupId>
88
<artifactId>jmock-parent</artifactId>
9-
<version>2.13.1-SNAPSHOT</version>
9+
<version>2.13.1</version>
1010
</parent>
1111
<artifactId>jmock-imposters</artifactId>
1212
<description>Class mocks are more numerous than interface mocks, so drop the legacy name</description>

jmock-junit3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jmock</groupId>
99
<artifactId>jmock-parent</artifactId>
10-
<version>2.13.1-SNAPSHOT</version>
10+
<version>2.13.1</version>
1111
</parent>
1212

1313
<artifactId>jmock-junit3</artifactId>

jmock-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.jmock</groupId>
1212
<artifactId>jmock-parent</artifactId>
13-
<version>2.13.1-SNAPSHOT</version>
13+
<version>2.13.1</version>
1414
</parent>
1515

1616
<properties>

jmock-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jmock</groupId>
1111
<artifactId>jmock-parent</artifactId>
12-
<version>2.13.1-SNAPSHOT</version>
12+
<version>2.13.1</version>
1313
</parent>
1414

1515
<properties>

jmock-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.jmock</groupId>
1212
<artifactId>jmock-parent</artifactId>
13-
<version>2.13.1-SNAPSHOT</version>
13+
<version>2.13.1</version>
1414
</parent>
1515

1616
<properties>

jmock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.jmock</groupId>
1212
<artifactId>jmock-parent</artifactId>
13-
<version>2.13.1-SNAPSHOT</version>
13+
<version>2.13.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.jmock</groupId>
99
<artifactId>jmock-parent</artifactId>
10-
<version>2.13.1-SNAPSHOT</version>
10+
<version>2.13.1</version>
1111
<packaging>pom</packaging>
1212
<name>jMock 2 Parent</name>
1313

0 commit comments

Comments
 (0)