Skip to content

Commit 25bc721

Browse files
committed
Set version to 2.9.1
1 parent 6f87abf commit 25bc721

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
10+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-mysql</name>

junixsocket-native-android/META-INF/maven/com.kohlschutter.junixsocket/junixsocket-native-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.kohlschutter.junixsocket</groupId>
1212
<artifactId>junixsocket</artifactId>
13-
<version>2.7.0-SNAPSHOT</version>
13+
<version>2.9.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<name>junixsocket-native-android</name>

junixsocket-native-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.kohlschutter.junixsocket</groupId>
1212
<artifactId>junixsocket</artifactId>
13-
<version>2.9.1-SNAPSHOT</version>
13+
<version>2.9.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<name>junixsocket-native-android</name>

junixsocket-native-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
99
<!-- Update this manually after maven-release -->
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-native-common</name>

junixsocket-native-cross/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
99
<!-- Update this manually after maven-release -->
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-native-cross</name>

junixsocket-native-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
99
<!-- Update this manually after maven-release -->
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-native-custom</name>

junixsocket-native/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-native</name>

junixsocket-rmi/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-rmi</name>

junixsocket-selftest-native-image/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-selftest-native-image</name>

junixsocket-selftest/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-selftest</name>

junixsocket-server/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-server</name>

junixsocket-ssl/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.9.1-SNAPSHOT</version>
11+
<version>2.9.1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-ssl</name>

junixsocket-tipc/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-tipc</name>

junixsocket-vsock/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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-vsock</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.kohlschutter.junixsocket</groupId>
77
<artifactId>junixsocket</artifactId>
8-
<version>2.9.1-SNAPSHOT</version>
8+
<version>2.9.1</version>
99
<packaging>pom</packaging>
1010
<parent>
1111
<groupId>com.kohlschutter</groupId>

0 commit comments

Comments
 (0)