Skip to content

Commit

Permalink
chore: Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krelix committed Nov 22, 2019
1 parent 3e87757 commit 30c30b7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Release Notes :

#### 1.1.1

Various fixes for Jenkins Plugin and CLI :

Fix :
* Reworked app version parsing
* Incorrect log level for amount of data read from file
* Always get the application guid from AIP Console
* fixed logger for CLI not showing information messages ABR

#### 1.1.0

List of added features :
Expand Down
2 changes: 1 addition & 1 deletion aip-console-jenkins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.castsoftware.aip.jenkins</groupId>
<artifactId>aip-console-jenkins</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>hpi</packaging>
<properties>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
Expand Down
2 changes: 1 addition & 1 deletion aip-console-tools-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.castsoftware.uc.aip.console.tools</groupId>
<artifactId>aip-console-tools</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion aip-console-tools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.castsoftware.uc.aip.console.tools</groupId>
<artifactId>aip-console-tools</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nuget/build_and_deliver.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set CMDPATH=%0

cd /d %WORKSPACE%

set VERSION=1.1.0
set VERSION=1.1.1
set ID=com.castsoftware.aip.console.tools

set PATH=%PATH%;c:\Tools\Git\usr\bin;C:\CAST-Caches\Win64
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>com.castsoftware.uc.aip.console.tools</groupId>
<artifactId>aip-console-tools</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<name>AIP Console Integration Tools</name>
<description>Integration tools used for AIP Console</description>
Expand Down

0 comments on commit 30c30b7

Please sign in to comment.