diff options
author | Jack Lucas <jflos@sonoris.net> | 2020-09-15 11:47:42 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2020-09-15 14:53:54 -0400 |
commit | 8c530a4a5210f02fecaf600b3a9014c7feb75cf2 (patch) | |
tree | 71933f9395a707e7a2d2259004ce270c8511fa5b /cm-container/pom.xml | |
parent | fc26cac42b3a179a0473a46008902d8081eb2aa8 (diff) |
Fix race condition for plugin uploads3.3.1
Issue-ID: DCAEGEN2-2430
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Id8809d7773d8e18d7106186a5772cb2709225fbb
Diffstat (limited to 'cm-container/pom.xml')
-rw-r--r-- | cm-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 3adc2bf..ee28287 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>3.3.0</version> + <version>3.3.1</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |