Skip to content
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@

* A change for version 0.42.0

## 0.43.0-df3afb3 (Built: February 27, 2019 | Pre-release)

* A change for version 0.43.0
* Updated cd-test-parent.version to version 0.5.0-14c40ba

## 0.42.0 (December 27, 2018)

* A change for version 0.42.0

## 0.42.0-e3fb2c3 (Built: December 27, 2018 | Released: December 27, 2018)

* A change for version 0.42.0
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hose {
EMAIL = 'cd'
BUILDTOOLVERSION = '3.5.0'
NEW_VERSIONING = 'true'
AGENT = 'ubuntu-base-ssh-1604'
AGENT = 'ubuntu-base-ssh-1804-j11'
ANCHORE_TEST = true

ITSERVICES = [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<artifactId>cd-test</artifactId>
<version>0.44.0-SNAPSHOT</version>
<version>0.43.0-SNAPSHOT</version>

<properties>
<javax.json.version>1.0.4</javax.json.version>
Expand Down