diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-21 08:40:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-21 08:40:55 -0400 |
commit | edba67d4a1c93df84f0717294f49cfd0ef242dbd (patch) | |
tree | 30c9a6ed38e020fc8ba530c41bf71ab3d3fb2287 /odlparent/setup | |
parent | eb388989c987ae8d7d2ff996a15e09a21d8c8197 (diff) |
Roll ccsdk/parent master to Jakarta version
Roll ccsdk/parent master branch numbering to Jakarta
Issue-ID: CCSDK-3470
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4f655bf2d63ecb45c28383bdca2aef6344094c54
Diffstat (limited to 'odlparent/setup')
-rwxr-xr-x | odlparent/setup/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odlparent/setup/pom.xml b/odlparent/setup/pom.xml index c838b00c..09668ca9 100755 --- a/odlparent/setup/pom.xml +++ b/odlparent/setup/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-aggregator</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>setup</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |