diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-10-04 21:24:29 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-10-04 21:24:29 -0400 |
commit | 1901ac8f85a73288e413a4df63736a525a3f5175 (patch) | |
tree | 3394d148d2a56557e5fe715b231e2364ee0d3b80 /SdncReports/SdncReportsDao | |
parent | 9c6b8f607007cd5236b5e4904647d1f9ea454df3 (diff) |
Roll to next snapshot version
Roll to next snapshot version to 1.4.1-SNAPSHOT
Change-Id: I4f5b1513a36894efd26b93f3f0954fafc112cc3f
Issue-ID: SDNC-471
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Former-commit-id: db13f4ddbd4a66ab9d66b1820279514137543eff
Diffstat (limited to 'SdncReports/SdncReportsDao')
-rw-r--r-- | SdncReports/SdncReportsDao/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index afcce957..2278f600 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReportsDao</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: SdncReports :: SdncReportsDao</name> @@ -12,7 +12,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <dependencies> |