Skip to content

Commit ef9839e

Browse files
author
vprasanna
committed
Deployed java-ssltest-cli@1.0.14
1 parent 9588cf0 commit ef9839e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'java-library'
1111
apply plugin: 'java'
1212
apply plugin: 'eclipse'
1313

14-
version = '1.0.13'
14+
version = '1.0.14'
1515
sourceCompatibility = 1.8
1616
targetCompatibility = 1.8
1717
// In this section you declare where to find the dependencies of your project
205 KB
Binary file not shown.

jdeploy-bundle/jdeploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function getJdeploySupportDir() {
6565
var fs = require('fs');
6666
var os = require('os');
6767
var path = require('path');
68-
var jarName = "java-ssl-test-1.0.13.jar";
68+
var jarName = "java-ssl-test-1.0.14.jar";
6969
var mainClass = "{{MAIN_CLASS}}";
7070
var classPath = "{{CLASSPATH}}";
7171
var port = "0";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"description": "",
77
"main": "index.js",
88
"preferGlobal": true,
9-
"repository": "",
10-
"version": "1.0.13",
9+
"repository": "https://github.com/reflexdemon/java-ssl-test",
10+
"version": "1.0.14",
1111
"keywords": [
1212
"java",
1313
"ssl",
@@ -17,7 +17,7 @@
1717
"connection"
1818
],
1919
"jdeploy": {
20-
"jar": "build/libs/java-ssl-test-1.0.13.jar"
20+
"jar": "build/libs/java-ssl-test-1.0.14.jar"
2121
},
2222
"dependencies": {
2323
"shelljs": "^0.7.5"

0 commit comments

Comments
 (0)