diff options
-rw-r--r-- | dmaap-bc/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index b7ebc3b..82182b6 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -432,7 +432,7 @@ <dependency> <groupId>org.onap.dmaap.dbcapi</groupId> <artifactId>dbcapi</artifactId> - <version>1.0.28-SNAPSHOT</version> + <version>1.0.29-SNAPSHOT</version> </dependency> </dependencies> <reporting> diff --git a/version.properties b/version.properties index c4a26a4..e58e9d0 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |