Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Sep 9, 2023
1 parent 4ff4200 commit 8af483b
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kohlschutter/junixsocket/codeql-analysis.yml?cacheSeconds=60)](https://github.com/kohlschutter/junixsocket/actions/workflows/codeql-analysis.yml) [![Last commit on main](https://img.shields.io/github/last-commit/kohlschutter/junixsocket/main)](https://github.com/kohlschutter/junixsocket/commits/main) [![Maven Central version](https://img.shields.io/maven-central/v/com.kohlschutter.junixsocket/junixsocket)](https://search.maven.org/artifact/com.kohlschutter.junixsocket/junixsocket) [![Apache 2.0 Licensed](https://img.shields.io/github/license/kohlschutter/junixsocket)](https://github.com/kohlschutter/junixsocket/blob/main/NOTICE)

**Users of junixsocket are strongly advised to upgrade to version 2.7.0 ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**
**Users of junixsocket are strongly advised to upgrade to version 2.7.0 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**

# junixsocket

Expand Down Expand Up @@ -82,7 +82,7 @@ To include the core junixsocket functionality in your project, add the following
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-core</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-codecoverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-codecoverage</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-common</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-core</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-darwin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-darwin</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-demo</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-dist</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-jetty-12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-jetty</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-jetty</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-mysql</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-android</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<!-- Update this manually after maven-release -->
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-common</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-cross/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<!-- Update this manually after maven-release -->
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-cross</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<!-- Update this manually after maven-release -->
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-custom</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-rmi</name>
Expand Down
14 changes: 7 additions & 7 deletions junixsocket-selftest-android/SelftestApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ dependencies {
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.kohlschutter.junixsocket:junixsocket-native-android:2.7.0@aar'
implementation 'com.kohlschutter.junixsocket:junixsocket-native-android:2.7.1@aar'

implementation 'com.kohlschutter.junixsocket:junixsocket-common:2.7.0'
implementation 'com.kohlschutter.junixsocket:junixsocket-common:2.7.1'

implementation 'com.kohlschutter.junixsocket:junixsocket-tipc:2.7.0'
implementation 'com.kohlschutter.junixsocket:junixsocket-vsock:2.7.0'
implementation 'com.kohlschutter.junixsocket:junixsocket-rmi:2.7.0'
implementation 'com.kohlschutter.junixsocket:junixsocket-tipc:2.7.1'
implementation 'com.kohlschutter.junixsocket:junixsocket-vsock:2.7.1'
implementation 'com.kohlschutter.junixsocket:junixsocket-rmi:2.7.1'

// selftest-specifics
implementation('com.kohlschutter.junixsocket:junixsocket-selftest:2.7.0') {
implementation('com.kohlschutter.junixsocket:junixsocket-selftest:2.7.1') {
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-core"
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-native-common"
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-native-custom"
Expand All @@ -72,4 +72,4 @@ dependencies {
// testImplementation 'junit:junit:4.13.2'
//androidTestImplementation 'androidx.test.ext:junit:1.1.4'
//androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
}
}
2 changes: 1 addition & 1 deletion junixsocket-selftest-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-selftest-native-image</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-selftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-selftest</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-server</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-tipc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-tipc</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-vsock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-vsock</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<packaging>pom</packaging>
<parent>
<groupId>com.kohlschutter</groupId>
Expand Down

0 comments on commit 8af483b

Please sign in to comment.