diff options
Diffstat (limited to 'dbc-client')
-rw-r--r-- | dbc-client/pom.xml | 2 | ||||
-rw-r--r-- | dbc-client/version.properties | 2 |
2 files changed, 2 insertions, 2 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 |