diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-11-09 03:27:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-09 03:27:04 +0000 |
commit | acd8d1dd8a27543e00fd0ee53cb1fa91d7de48ff (patch) | |
tree | 750354b29e4cfc95486916c4d9103dfe45041f2d /BRMSGateway/pom.xml | |
parent | f21acf758b34ba665aced6c3873b344c7fcf315a (diff) | |
parent | bb9c33b1a81e16f08c4a9642be32f342fa91c296 (diff) |
Merge "Update SNAPSHOT version"
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 182495ead..2183a87cc 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>BRMSGateway</artifactId> <description>This application will take in BRMS rules and acts as interface between PR and PDP XACML</description> @@ -134,4 +134,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |