diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-24 14:45:24 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-24 14:45:30 -0400 |
commit | a617d3e1dcdcf63c38406e9bdb0e38834befb8d2 (patch) | |
tree | 27d177b95372f418df8426ea3a67e7bc0a49acdb /BRMSGateway | |
parent | 8f2118fad3bbe7c41b5ec462e390a0aeb089cc04 (diff) |
Bump patch 1.6.1 to fix JUnit issue
The docker stage job is not succeeded, nor is the sonar
job. Logging doesn't produce anything useful, so the best
bet is to fix the order of the tests and hope that fixes the
problem.
Regardless must bump the patch to release it again.
Issue-ID: POLICY-2378
Change-Id: I01ff47c8deb124e9fd6ffcb37407dc580ecd6b03
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'BRMSGateway')
-rw-r--r-- | BRMSGateway/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 43ac9bd43..a68efa3b5 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.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> |