From f51ea4ac6e2c5beec420e4f2b152d73483b20285 Mon Sep 17 00:00:00 2001 From: Fred Eckertson Date: Tue, 27 Jul 2021 19:01:12 -0500 Subject: [PATCH] post release --- archetype/cclunit-archetype/pom.xml | 4 ++-- ccl-maven-plugin/pom.xml | 8 ++++---- cdoc/cdoc-maven-plugin/pom.xml | 6 +++--- cdoc/cdoc-parser/pom.xml | 2 +- cerreal-maven-plugin/pom.xml | 4 ++-- ftp-util/pom.xml | 6 +++--- j4ccl-ssh/pom.xml | 10 +++++----- j4ccl/pom.xml | 4 ++-- jsch-util/pom.xml | 4 ++-- parent-pom/pom.xml | 2 +- whitenoise/whitenoise-data-jdom-ext/pom.xml | 6 +++--- whitenoise/whitenoise-data/pom.xml | 4 ++-- whitenoise/whitenoise-engine/pom.xml | 10 +++++----- whitenoise/whitenoise-maven-plugin/pom.xml | 12 ++++++------ whitenoise/whitenoise-parent-pom/pom.xml | 2 +- whitenoise/whitenoise-rules-core/pom.xml | 6 +++--- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/archetype/cclunit-archetype/pom.xml b/archetype/cclunit-archetype/pom.xml index ce69e77..fdca90e 100644 --- a/archetype/cclunit-archetype/pom.xml +++ b/archetype/cclunit-archetype/pom.xml @@ -4,12 +4,12 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../../parent-pom com.cerner.ccl.archetype cclunit-archetype - 1.7 + 1.8-SNAPSHOT maven-archetype diff --git a/ccl-maven-plugin/pom.xml b/ccl-maven-plugin/pom.xml index 99ad55a..999786d 100644 --- a/ccl-maven-plugin/pom.xml +++ b/ccl-maven-plugin/pom.xml @@ -4,13 +4,13 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../parent-pom com.cerner.ccl.testing ccl-maven-plugin maven-plugin - 3.4 + 3.5-SNAPSHOT CCL Maven Plugin A Maven plugin used to compile and test CCL code. @@ -163,12 +163,12 @@ com.cerner.ccl.comm j4ccl - 3.3 + 3.4-SNAPSHOT com.cerner.ccl.comm j4ccl-ssh - 4.4 + 4.5-SNAPSHOT org.apache.maven diff --git a/cdoc/cdoc-maven-plugin/pom.xml b/cdoc/cdoc-maven-plugin/pom.xml index 268a3e8..55f4c33 100644 --- a/cdoc/cdoc-maven-plugin/pom.xml +++ b/cdoc/cdoc-maven-plugin/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.cerner.ccl.cdoc cdoc-maven-plugin - 1.4 + 1.5-SNAPSHOT maven-plugin CDoc Maven Plugin A plugin used to generate documentation reports about CCL source code @@ -55,7 +55,7 @@ 2.0.9 3.11.2 3.8.1 - 3.4 + 3.5-SNAPSHOT 3.0.0-M5 2.12.1 @@ -478,7 +478,7 @@ com.cerner.ccl.cdoc cdoc-parser - 2.3 + 2.4-SNAPSHOT commons-io diff --git a/cdoc/cdoc-parser/pom.xml b/cdoc/cdoc-parser/pom.xml index 32fdb0f..80bc6d1 100644 --- a/cdoc/cdoc-parser/pom.xml +++ b/cdoc/cdoc-parser/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.cerner.ccl.cdoc cdoc-parser - 2.3 + 2.4-SNAPSHOT CDoc Parser A parser utility for parsing CDoc CCL documentation https://github.com/cerner/ccl-testing diff --git a/cerreal-maven-plugin/pom.xml b/cerreal-maven-plugin/pom.xml index 9959412..88fdddd 100644 --- a/cerreal-maven-plugin/pom.xml +++ b/cerreal-maven-plugin/pom.xml @@ -3,13 +3,13 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../parent-pom com.cerner.ccl.testing cerreal-maven-plugin maven-plugin - 2.3 + 2.4-SNAPSHOT Cerreal Maven Plugin A plugin used to generate reports of test outcomes and code coverage by tests executed by the CCL Testing Framework and through the maven-ccl-plugin http://maven.apache.org diff --git a/ftp-util/pom.xml b/ftp-util/pom.xml index 1c6aa21..ed69441 100644 --- a/ftp-util/pom.xml +++ b/ftp-util/pom.xml @@ -4,14 +4,14 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../parent-pom com.cerner.ftp ftp-util File Transfer Utilities jar - 2.2 + 2.3-SNAPSHOT File transfer utilities to ease and abstract the work required to upload and download files via SFTP. scm:git:https://github.com/cerner/ccl-testing.git @@ -112,7 +112,7 @@ com.cerner.ftp jsch-util - 2.2 + 2.3-SNAPSHOT commons-discovery diff --git a/j4ccl-ssh/pom.xml b/j4ccl-ssh/pom.xml index 81756ab..d536c15 100644 --- a/j4ccl-ssh/pom.xml +++ b/j4ccl-ssh/pom.xml @@ -4,12 +4,12 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../parent-pom/ com.cerner.ccl.comm j4ccl-ssh - 4.4 + 4.5-SNAPSHOT J4CCL SSH Plugin An implementation of J4CCL that uses SSH to execute its commands in a CCL session @@ -176,17 +176,17 @@ com.cerner.ftp ftp-util - 2.2 + 2.3-SNAPSHOT com.cerner.ftp jsch-util - 2.2 + 2.3-SNAPSHOT com.cerner.ccl.comm j4ccl - 3.3 + 3.4-SNAPSHOT com.github.cverges diff --git a/j4ccl/pom.xml b/j4ccl/pom.xml index 03c465c..82a4d4a 100644 --- a/j4ccl/pom.xml +++ b/j4ccl/pom.xml @@ -3,12 +3,12 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../parent-pom com.cerner.ccl.comm j4ccl - 3.3 + 3.4-SNAPSHOT J4CCL A Java API for executing commands in a CCL prompt on a remote server. diff --git a/jsch-util/pom.xml b/jsch-util/pom.xml index a1abf93..66fa246 100644 --- a/jsch-util/pom.xml +++ b/jsch-util/pom.xml @@ -3,12 +3,12 @@ com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT ../parent-pom com.cerner.ftp jsch-util - 2.2 + 2.3-SNAPSHOT JSch Utilities Utilities for using the JSch SSH and FTP libraries diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index 5fc9ffe..47e8777 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.cerner.ccl ccltesting-parent-pom - 2.3 + 2.4-SNAPSHOT pom CCL Testing Parent POM A POM that provides general-use artifacts for all projects in the CCL Testing group diff --git a/whitenoise/whitenoise-data-jdom-ext/pom.xml b/whitenoise/whitenoise-data-jdom-ext/pom.xml index d0f14bf..bfbfcfa 100644 --- a/whitenoise/whitenoise-data-jdom-ext/pom.xml +++ b/whitenoise/whitenoise-data-jdom-ext/pom.xml @@ -3,11 +3,11 @@ com.cerner.ccl.whitenoise whitenoise-parent-pom - 2.2 + 2.3-SNAPSHOT ../whitenoise-parent-pom whitenoise-data-jdom-ext - 2.5 + 2.6-SNAPSHOT Whitenoise Data JDOM Extension Extensions of the Whitenoise data objects with JDOM extensions @@ -15,7 +15,7 @@ ${project.groupId} whitenoise-data - 2.2 + 2.3-SNAPSHOT commons-discovery diff --git a/whitenoise/whitenoise-data/pom.xml b/whitenoise/whitenoise-data/pom.xml index 5699467..cb74811 100644 --- a/whitenoise/whitenoise-data/pom.xml +++ b/whitenoise/whitenoise-data/pom.xml @@ -3,11 +3,11 @@ com.cerner.ccl.whitenoise whitenoise-parent-pom - 2.2 + 2.3-SNAPSHOT ../whitenoise-parent-pom whitenoise-data - 2.2 + 2.3-SNAPSHOT Whitenoise Data Data project for the Whitenoise static analysis engine diff --git a/whitenoise/whitenoise-engine/pom.xml b/whitenoise/whitenoise-engine/pom.xml index 17308ee..42cbf32 100644 --- a/whitenoise/whitenoise-engine/pom.xml +++ b/whitenoise/whitenoise-engine/pom.xml @@ -3,11 +3,11 @@ com.cerner.ccl.whitenoise whitenoise-parent-pom - 2.2 + 2.3-SNAPSHOT ../whitenoise-parent-pom whitenoise-engine - 2.2 + 2.3-SNAPSHOT Whitenoise Engine A static analysis engine for CCL @@ -15,18 +15,18 @@ com.cerner.ccl.comm j4ccl - 3.3 + 3.4-SNAPSHOT true ${project.groupId} whitenoise-data - 2.2 + 2.3-SNAPSHOT com.cerner.ftp ftp-util - 2.2 + 2.3-SNAPSHOT com.google.code.jetm diff --git a/whitenoise/whitenoise-maven-plugin/pom.xml b/whitenoise/whitenoise-maven-plugin/pom.xml index 2f48a71..56559c2 100644 --- a/whitenoise/whitenoise-maven-plugin/pom.xml +++ b/whitenoise/whitenoise-maven-plugin/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.cerner.ccl.whitenoise whitenoise-maven-plugin - 2.7 + 2.8-SNAPSHOT maven-plugin Whitenoise Maven Plugin A plugin to perform static analysis of CCL code @@ -536,27 +536,27 @@ com.cerner.ccl.comm j4ccl-ssh - 4.4 + 4.5-SNAPSHOT com.cerner.ccl.whitenoise whitenoise-data - 2.2 + 2.3-SNAPSHOT com.cerner.ccl.whitenoise whitenoise-data-jdom-ext - 2.5 + 2.6-SNAPSHOT com.cerner.ccl.whitenoise whitenoise-engine - 2.2 + 2.3-SNAPSHOT com.cerner.ccl.whitenoise whitenoise-rules-core - 2.6 + 2.7-SNAPSHOT jakarta.xml.bind diff --git a/whitenoise/whitenoise-parent-pom/pom.xml b/whitenoise/whitenoise-parent-pom/pom.xml index ae140d9..d6c821c 100644 --- a/whitenoise/whitenoise-parent-pom/pom.xml +++ b/whitenoise/whitenoise-parent-pom/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.cerner.ccl.whitenoise whitenoise-parent-pom - 2.2 + 2.3-SNAPSHOT pom Whitenoise Parent POM A POM that provides general-use artifacts for all whitenoise components diff --git a/whitenoise/whitenoise-rules-core/pom.xml b/whitenoise/whitenoise-rules-core/pom.xml index 72d6ea0..27c1a1d 100644 --- a/whitenoise/whitenoise-rules-core/pom.xml +++ b/whitenoise/whitenoise-rules-core/pom.xml @@ -3,11 +3,11 @@ com.cerner.ccl.whitenoise whitenoise-parent-pom - 2.2 + 2.3-SNAPSHOT ../whitenoise-parent-pom whitenoise-rules-core - 2.6 + 2.7-SNAPSHOT Core Whitenoise Rules Common rules for Whitenoise analysis @@ -29,7 +29,7 @@ ${project.groupId} whitenoise-data-jdom-ext - 2.5 + 2.6-SNAPSHOT com.google.code.jetm