Skip to content

Commit 59389b8

Browse files
committed
Set version to 2.10.0
1 parent d8c8be4 commit 59389b8

File tree

24 files changed

+31
-31
lines changed

24 files changed

+31
-31
lines changed

junixsocket-codecoverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-codecoverage</name>

junixsocket-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.10.0-SNAPSHOT</version>
9+
<version>2.10.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-common</name>

junixsocket-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.kohlschutter.junixsocket</groupId>
99
<artifactId>junixsocket</artifactId>
10-
<version>2.10.0-SNAPSHOT</version>
10+
<version>2.10.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-core</name>

junixsocket-darwin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.10.0-SNAPSHOT</version>
9+
<version>2.10.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-darwin</name>

junixsocket-demo-jpackagejlink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-demo-jpackagejlink</name>

junixsocket-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-demo</name>

junixsocket-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-dist</name>

junixsocket-jetty-11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-jetty-11</name>

junixsocket-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-jetty</name>

junixsocket-mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.10.0-SNAPSHOT</version>
9+
<version>2.10.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-mysql</name>

0 commit comments

Comments
 (0)