Skip to content

Commit

Permalink
Merge pull request apache#1640 from Ihsahn/junixsocket_upgrade
Browse files Browse the repository at this point in the history
[NETBEANS-3281] Upgrade junixsocket to 2.2.1
  • Loading branch information
matthiasblaesing authored Nov 17, 2019
2 parents b2b3c32 + 396a60c commit fdd2983
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions ide/libs.c.kohlschutter.junixsocket/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
8EF93DCAACE57F1EC4E165777C32BF5DBE4E7F30 com.kohlschutter.junixsocket:junixsocket-native-common:2.2.0
BC02CB0A193C0B5881833A579C631C6DA8CD40C8 com.kohlschutter.junixsocket:junixsocket-common:2.2.0
F747577CF77B76C88079279A50CC6EAE87E5582D com.kohlschutter.junixsocket:junixsocket-core:2.2.0
3C187B9155B1C356151E3B2FEA802CFF83698B9E com.kohlschutter.junixsocket:junixsocket-native-common:2.2.1
66C8629E9F6009B3995BACC060E0792DA93B9ED7 com.kohlschutter.junixsocket:junixsocket-common:2.2.1
9941B19866891BED2D4F3AED674055AE9E03B3A7 com.kohlschutter.junixsocket:junixsocket-core:2.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Name: junixsocket
License: Apache-2.0
Description: junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java.
Origin: https://github.com/kohlschutter/junixsocket/
Version: 2.2.0
Files: junixsocket-common-2.2.0.jar, junixsocket-core-2.2.0.jar, junixsocket-native-common-2.2.0.jar
Version: 2.2.1
Files: junixsocket-common-2.2.1.jar, junixsocket-core-2.2.1.jar, junixsocket-native-common-2.2.1.jar


Apache License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

release.external/junixsocket-common-2.2.0.jar=modules/ext/junixsocket-common-2.2.0.jar
release.external/junixsocket-core-2.2.0.jar=modules/ext/junixsocket-core-2.2.0.jar
release.external/junixsocket-native-common-2.2.0.jar=modules/ext/junixsocket-native-common-2.2.0.jar
release.external/junixsocket-common-2.2.1.jar=modules/ext/junixsocket-common-2.2.1.jar
release.external/junixsocket-core-2.2.1.jar=modules/ext/junixsocket-core-2.2.1.jar
release.external/junixsocket-native-common-2.2.1.jar=modules/ext/junixsocket-native-common-2.2.1.jar
is.autoload=true
12 changes: 6 additions & 6 deletions ide/libs.c.kohlschutter.junixsocket/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
<package>org.newsclub.net.unix</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/junixsocket-native-common-2.2.0.jar</runtime-relative-path>
<binary-origin>external/junixsocket-native-common-2.2.0.jar</binary-origin>
<runtime-relative-path>ext/junixsocket-native-common-2.2.1.jar</runtime-relative-path>
<binary-origin>external/junixsocket-native-common-2.2.1.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/junixsocket-core-2.2.0.jar</runtime-relative-path>
<binary-origin>external/junixsocket-core-2.2.0.jar</binary-origin>
<runtime-relative-path>ext/junixsocket-core-2.2.1.jar</runtime-relative-path>
<binary-origin>external/junixsocket-core-2.2.1.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/junixsocket-common-2.2.0.jar</runtime-relative-path>
<binary-origin>external/junixsocket-common-2.2.0.jar</binary-origin>
<runtime-relative-path>ext/junixsocket-common-2.2.1.jar</runtime-relative-path>
<binary-origin>external/junixsocket-common-2.2.1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit fdd2983

Please sign in to comment.