This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jackpot30.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d254f1  Updating version to 12.3
4d254f1 is described below

commit 4d254f1acb88b1e613d71b414e11bb9c34d8f208
Author: Jan Lahoda <[email protected]>
AuthorDate: Tue Mar 9 23:54:46 2021 +0100

    Updating version to 12.3
---
 .travis.yml                                                           | 4 ++--
 cmdline/README.md                                                     | 4 ++--
 cmdline/build.xml                                                     | 2 +-
 cmdline/maven/pom.xml                                                 | 2 +-
 .../java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java   | 2 +-
 cmdline/tool/scripts/pom.xml                                          | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e46bd23..72b9493 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,8 @@ addons:
 jdk:
   - openjdk11
 before_script:
-  - wget 
'https://archive.apache.org/dist/netbeans/netbeans/12.2/netbeans-12.2-bin.zip' 
-O /tmp/netbeans-12.2-bin.zip
-  - (cd $HOME; unzip /tmp/netbeans-12.2-bin.zip)
+  - wget 
'https://archive.apache.org/dist/netbeans/netbeans/12.3/netbeans-12.3-bin.zip' 
-O /tmp/netbeans-12.3-bin.zip
+  - (cd $HOME; unzip /tmp/netbeans-12.3-bin.zip)
   - unset _JAVA_OPTIONS
 script:
   - export JDK11=$JAVA_HOME
diff --git a/cmdline/README.md b/cmdline/README.md
index c5ede07..c439325 100644
--- a/cmdline/README.md
+++ b/cmdline/README.md
@@ -27,7 +27,7 @@ This tool allows to run NetBeans Java code checker without 
the NetBeans IDE. Thi
 
 #### To Build
 
-* Apache NetBeans 12.2
+* Apache NetBeans 12.3
 * JDK 8 and JDK 11
 * bash
 * Apache ant 1.9.9 or above
@@ -42,7 +42,7 @@ This tool allows to run NetBeans Java code checker without 
the NetBeans IDE. Thi
 Build using:
 
 ```
-$ ant -DNETBEANS_PLATFORM=<path-to-NetBeans-12.2> -DJDK11=<path-to-JDK-11> 
build-and-test
+$ ant -DNETBEANS_PLATFORM=<path-to-NetBeans-12.3> -DJDK11=<path-to-JDK-11> 
build-and-test
 ```
 
 The built product is in tool/build/jackpot.
diff --git a/cmdline/build.xml b/cmdline/build.xml
index 40d1a45..308eaab 100644
--- a/cmdline/build.xml
+++ b/cmdline/build.xml
@@ -52,7 +52,7 @@
     </target>
 
     <target name="build-and-test">
-        <property name="version" value="12.2" />
+        <property name="version" value="12.3" />
         <condition property="jackpot.root" value="${basedir}" 
else="${basedir}/..">
             <available file="${basedir}/LICENSE" />
         </condition>
diff --git a/cmdline/maven/pom.xml b/cmdline/maven/pom.xml
index eaba73f..2526a0e 100644
--- a/cmdline/maven/pom.xml
+++ b/cmdline/maven/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.apache.netbeans.modules.jackpot30</groupId>
   <artifactId>jackpot30-maven-plugin</artifactId>
-  <version>12.2</version>
+  <version>12.3</version>
   <packaging>maven-plugin</packaging>
 
   <name>Jackpot 3.0 Command Line Tool Maven Bridge</name>
diff --git 
a/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
 
b/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
index 415ab66..de02a51 100644
--- 
a/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
+++ 
b/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
@@ -67,7 +67,7 @@ public class RunJackpot30Test extends TestCase {
 
         Process p = Runtime.getRuntime().exec(new String[] {
             maven,
-            "-Djackpot.plugin.version=12.2",
+            "-Djackpot.plugin.version=12.3",
             "-q",
             "jackpot30:analyze"
         }, null, testDir);
diff --git a/cmdline/tool/scripts/pom.xml b/cmdline/tool/scripts/pom.xml
index d5a14f7..2bb3fb3 100644
--- a/cmdline/tool/scripts/pom.xml
+++ b/cmdline/tool/scripts/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.apache.netbeans.modules.jackpot30</groupId>
   <artifactId>jackpot30-maven-plugin</artifactId>
-  <version>12.2</version>
+  <version>12.3</version>
   <packaging>maven-plugin</packaging>
 
   <name>Jackpot 3.0 Command Line Tool</name>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to