Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

post release #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archetype/cclunit-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../../parent-pom</relativePath>
</parent>
<groupId>com.cerner.ccl.archetype</groupId>
<artifactId>cclunit-archetype</artifactId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<scm>
Expand Down
8 changes: 4 additions & 4 deletions ccl-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<groupId>com.cerner.ccl.testing</groupId>
<artifactId>ccl-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.4</version>
<version>3.5-SNAPSHOT</version>
<name>CCL Maven Plugin</name>
<description>A Maven plugin used to compile and test CCL code.</description>
<properties>
Expand Down Expand Up @@ -163,12 +163,12 @@
<dependency>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl</artifactId>
<version>3.3</version>
<version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl-ssh</artifactId>
<version>4.4</version>
<version>4.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
6 changes: 3 additions & 3 deletions cdoc/cdoc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cerner.ccl.cdoc</groupId>
<artifactId>cdoc-maven-plugin</artifactId>
<version>1.4</version>
<version>1.5-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>CDoc Maven Plugin</name>
<description>A plugin used to generate documentation reports about CCL source code</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<powermock.version>2.0.9</powermock.version>
<mockito.version>3.11.2</mockito.version>
<plugin.api.version>3.8.1</plugin.api.version>
<ccl.maven.plugin.version>3.4</ccl.maven.plugin.version>
<ccl.maven.plugin.version>3.5-SNAPSHOT</ccl.maven.plugin.version>
<surefire.version>3.0.0-M5</surefire.version>
<changes.plugin.version>2.12.1</changes.plugin.version>
</properties>
Expand Down Expand Up @@ -478,7 +478,7 @@
<dependency>
<groupId>com.cerner.ccl.cdoc</groupId>
<artifactId>cdoc-parser</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cdoc/cdoc-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cerner.ccl.cdoc</groupId>
<artifactId>cdoc-parser</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<name>CDoc Parser</name>
<description>A parser utility for parsing CDoc CCL documentation</description>
<url>https://github.com/cerner/ccl-testing</url>
Expand Down
4 changes: 2 additions & 2 deletions cerreal-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<groupId>com.cerner.ccl.testing</groupId>
<artifactId>cerreal-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<name>Cerreal Maven Plugin</name>
<description>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</description>
<url>http://maven.apache.org</url>
Expand Down
6 changes: 3 additions & 3 deletions ftp-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<groupId>com.cerner.ftp</groupId>
<artifactId>ftp-util</artifactId>
<name>File Transfer Utilities</name>
<packaging>jar</packaging>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<description>File transfer utilities to ease and abstract the work required to upload and download files via SFTP.</description>
<scm>
<connection>scm:git:https://github.com/cerner/ccl-testing.git</connection>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.cerner.ftp</groupId>
<artifactId>jsch-util</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
Expand Down
10 changes: 5 additions & 5 deletions j4ccl-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../parent-pom/</relativePath>
</parent>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl-ssh</artifactId>
<version>4.4</version>
<version>4.5-SNAPSHOT</version>
<name>J4CCL SSH Plugin</name>
<description>An implementation of J4CCL that uses SSH to execute its commands in a CCL session</description>
<properties>
Expand Down Expand Up @@ -176,17 +176,17 @@
<dependency>
<groupId>com.cerner.ftp</groupId>
<artifactId>ftp-util</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ftp</groupId>
<artifactId>jsch-util</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl</artifactId>
<version>3.3</version>
<version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.cverges</groupId>
Expand Down
4 changes: 2 additions & 2 deletions j4ccl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl</artifactId>
<version>3.3</version>
<version>3.4-SNAPSHOT</version>
<name>J4CCL</name>
<description>A Java API for executing commands in a CCL prompt on a remote server.</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions jsch-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<groupId>com.cerner.ftp</groupId>
<artifactId>jsch-util</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<name>JSch Utilities</name>
<description>Utilities for using the JSch SSH and FTP libraries</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>CCL Testing Parent POM</name>
<description>A POM that provides general-use artifacts for all projects in the CCL Testing group</description>
Expand Down
6 changes: 3 additions & 3 deletions whitenoise/whitenoise-data-jdom-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<parent>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-parent-pom</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<relativePath>../whitenoise-parent-pom</relativePath>
</parent>
<artifactId>whitenoise-data-jdom-ext</artifactId>
<version>2.5</version>
<version>2.6-SNAPSHOT</version>
<name>Whitenoise Data JDOM Extension</name>
<description>Extensions of the Whitenoise data objects with JDOM extensions</description>
<dependencies>
<!-- COMPILE -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>whitenoise-data</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
Expand Down
4 changes: 2 additions & 2 deletions whitenoise/whitenoise-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-parent-pom</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<relativePath>../whitenoise-parent-pom</relativePath>
</parent>
<artifactId>whitenoise-data</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<name>Whitenoise Data</name>
<description>Data project for the Whitenoise static analysis engine</description>
<scm>
Expand Down
10 changes: 5 additions & 5 deletions whitenoise/whitenoise-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
<parent>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-parent-pom</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<relativePath>../whitenoise-parent-pom</relativePath>
</parent>
<artifactId>whitenoise-engine</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<name>Whitenoise Engine</name>
<description>A static analysis engine for CCL</description>
<dependencies>
<!-- COMPILE -->
<dependency>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl</artifactId>
<version>3.3</version>
<version>3.4-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>whitenoise-data</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ftp</groupId>
<artifactId>ftp-util</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.jetm</groupId>
Expand Down
12 changes: 6 additions & 6 deletions whitenoise/whitenoise-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-maven-plugin</artifactId>
<version>2.7</version>
<version>2.8-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Whitenoise Maven Plugin</name>
<description>A plugin to perform static analysis of CCL code</description>
Expand Down Expand Up @@ -536,27 +536,27 @@
<dependency>
<groupId>com.cerner.ccl.comm</groupId>
<artifactId>j4ccl-ssh</artifactId>
<version>4.4</version>
<version>4.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-data</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-data-jdom-ext</artifactId>
<version>2.5</version>
<version>2.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-engine</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-rules-core</artifactId>
<version>2.6</version>
<version>2.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion whitenoise/whitenoise-parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-parent-pom</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Whitenoise Parent POM</name>
<description>A POM that provides general-use artifacts for all whitenoise components</description>
Expand Down
6 changes: 3 additions & 3 deletions whitenoise/whitenoise-rules-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.cerner.ccl.whitenoise</groupId>
<artifactId>whitenoise-parent-pom</artifactId>
<version>2.2</version>
<version>2.3-SNAPSHOT</version>
<relativePath>../whitenoise-parent-pom</relativePath>
</parent>
<artifactId>whitenoise-rules-core</artifactId>
<version>2.6</version>
<version>2.7-SNAPSHOT</version>
<name>Core Whitenoise Rules</name>
<description>Common rules for Whitenoise analysis</description>
<properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>whitenoise-data-jdom-ext</artifactId>
<version>2.5</version>
<version>2.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.jetm</groupId>
Expand Down