Skip to content

Commit 2aa7ce3

Browse files
committed
Release 1.0.13
1 parent 4aab5f1 commit 2aa7ce3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client/pom.xml

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

77
<groupId>software.xdev.mockserver</groupId>
88
<artifactId>client</artifactId>
9-
<version>1.0.13-SNAPSHOT</version>
9+
<version>1.0.13</version>
1010
<packaging>jar</packaging>
1111

1212
<name>client</name>

core/pom.xml

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

77
<groupId>software.xdev.mockserver</groupId>
88
<artifactId>core</artifactId>
9-
<version>1.0.13-SNAPSHOT</version>
9+
<version>1.0.13</version>
1010
<packaging>jar</packaging>
1111

1212
<name>core</name>

pom.xml

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

77
<groupId>software.xdev.mockserver</groupId>
88
<artifactId>root</artifactId>
9-
<version>1.0.13-SNAPSHOT</version>
9+
<version>1.0.13</version>
1010
<packaging>pom</packaging>
1111

1212
<name>MockServer NeoLight</name>

server/pom.xml

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

77
<groupId>software.xdev.mockserver</groupId>
88
<artifactId>server</artifactId>
9-
<version>1.0.13-SNAPSHOT</version>
9+
<version>1.0.13</version>
1010
<packaging>jar</packaging>
1111

1212
<name>server</name>

testcontainers/pom.xml

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

77
<groupId>software.xdev.mockserver</groupId>
88
<artifactId>testcontainers</artifactId>
9-
<version>1.0.13-SNAPSHOT</version>
9+
<version>1.0.13</version>
1010
<packaging>jar</packaging>
1111

1212
<name>testcontainers</name>

0 commit comments

Comments
 (0)