From 8052d8699ba870c4f1f9d7b0c44c87cf6be8efb2 Mon Sep 17 00:00:00 2001 From: Chetan Narsude Date: Sat, 9 May 2020 12:23:02 -0700 Subject: [PATCH] Version 1.0.0 was able to skip deploying jnc by using the following command mvn deploy -Prelease -Djapicmp.skip change the parent to 2.0.1 to pick up stricter control over jackson-databind changed the groupId --- .gitattributes | 2 ++ .travis.yml | 5 +++++ README.md | 4 ++-- async/pom.xml | 14 +++++++++----- jnc/jnc/pom.xml | 14 ++++++++++---- pom.xml | 18 +++++++----------- 6 files changed, 35 insertions(+), 22 deletions(-) create mode 100644 .gitattributes create mode 100644 .travis.yml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e6c0aad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* linguist-vendored +*.java linguist-vendored=false diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..79e7010 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: java +script: mvn verify +jdk: + - oraclejdk11 + - openjdk11 diff --git a/README.md b/README.md index c01c207..5b7432f 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ To use the package, you need to use following Maven dependency: ``` -or download jars from [Central Maven repository](http://repo1.maven.org/maven2/com/celeral/netconf-async/). +or download jars from [Central Maven repository](https://repo1.maven.org/maven2/com/celeral/netconf-async/). ### Non-Maven -For non-Maven use cases, you download jars from [Central Maven repository](http://repo1.maven.org/maven2/com/celeral/netconf-async/). +For non-Maven use cases, you download jars from [Central Maven repository](https://repo1.maven.org/maven2/com/celeral/netconf-async/). ## Java Code Example diff --git a/async/pom.xml b/async/pom.xml index 926c436..7c2d1ee 100644 --- a/async/pom.xml +++ b/async/pom.xml @@ -1,13 +1,17 @@ 4.0.0 + - com.celeral.netconf - celeral-netconf - 1.0.0-SNAPSHOT + com.celeral + netconf + 1.0.0 + + Async NetConf with NetConf-1.1 Protocol netconf-async jar + 2.13.0 2.3.0 @@ -151,7 +155,7 @@ com.tailf jnc - 1.0 + 2.0.0 - \ No newline at end of file + diff --git a/jnc/jnc/pom.xml b/jnc/jnc/pom.xml index 48182d1..c12706f 100644 --- a/jnc/jnc/pom.xml +++ b/jnc/jnc/pom.xml @@ -2,21 +2,27 @@ 4.0.0 - com.celeral.netconf - celeral-netconf - 1.0.0-SNAPSHOT + com.celeral + netconf + 1.0.0 ../.. com.tailf jnc - 1.0 + 2.0.0 jar JNC JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents. https://github.com/tail-f-systems/JNC + + true + true + true + + Apache License, Version 2.0 diff --git a/pom.xml b/pom.xml index d81951d..5d22801 100644 --- a/pom.xml +++ b/pom.xml @@ -17,23 +17,19 @@ 4.0.0 - + 2.0.1 + - com.celeral.netconf - celeral-netconf - 1.0.0-SNAPSHOT + com.celeral + netconf + 1.0.0 pom jnc/jnc async - - - UTF-8 - - \ No newline at end of file +