diff options
author | dglFromAtt <dgl@research.att.com> | 2019-05-06 18:34:14 +0000 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2019-05-06 18:34:24 +0000 |
commit | 840e077756535ca6591ce893fc21e63e4b8a915e (patch) | |
tree | cb92888c59fe1e0ed945af743e0a62fd20c92152 | |
parent | 08b47104ed2dfa350fc3e239cb8bfaff932a474a (diff) |
Bump version of docker images1.1.4
Change-Id: Iecc2b207e66771a2d920cd3d35c0b444e88d48c8
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1193
-rw-r--r-- | dbc-client/pom.xml | 2 | ||||
-rw-r--r-- | dbc-client/version.properties | 2 | ||||
-rw-r--r-- | dmaap-bc/pom.xml | 4 | ||||
-rw-r--r-- | dmaap-bc/version.properties | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/dbc-client/pom.xml b/dbc-client/pom.xml index e13a2c1..5480569 100644 --- a/dbc-client/pom.xml +++ b/dbc-client/pom.xml @@ -270,7 +270,7 @@ <jettyVersion>9.4.12.RC2</jettyVersion> <eelf.version>1.0.0</eelf.version> <swagger.version>1.5.19</swagger.version> - <artifact.version>1.0.8</artifact.version> + <artifact.version>1.0.9</artifact.version> <!-- SONAR --> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> diff --git a/dbc-client/version.properties b/dbc-client/version.properties index 9a4bc7e..8f72e5e 100644 --- a/dbc-client/version.properties +++ b/dbc-client/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=8 +patch=9 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index 849f790..5ad1ad8 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -431,7 +431,7 @@ <dependency> <groupId>org.onap.dmaap.dbcapi</groupId> <artifactId>dbcapi</artifactId> - <version>1.0.26-SNAPSHOT</version> + <version>1.0.27-SNAPSHOT</version> </dependency> </dependencies> <reporting> @@ -469,7 +469,7 @@ <jettyVersion>9.4.12.RC2</jettyVersion> <eelf.version>1.0.0</eelf.version> <swagger.version>1.5.19</swagger.version> - <artifact.version>1.1.4</artifact.version> + <artifact.version>1.1.5</artifact.version> <!-- SONAR --> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> diff --git a/dmaap-bc/version.properties b/dmaap-bc/version.properties index fcbb908..5c6ee95 100644 --- a/dmaap-bc/version.properties +++ b/dmaap-bc/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins diff --git a/version.properties b/version.properties index 635e84d..fcbb908 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |