summaryrefslogtreecommitdiffstats
path: root/odlparent-lite
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-05-08 09:22:07 -0700
committerPatrick Brady <patrick.brady@att.com>2019-05-08 09:22:10 -0700
commit4859e43b0bd7695797532adbbc6ad2ced0116030 (patch)
treea43bc13726e0e5b17a3eee3f0d0adb0fa28107f3 /odlparent-lite
parentd3fdc1498641abebf953f77e4f8ee6a5123b6163 (diff)
Change major version of parent
The maven version plugin is not working correctly when the parent pom file version matches the version of appc pom files. This change will keep the numbers different. Change-Id: I7d376fc7c1489e9d72f7aee55454166a0188b19f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1601
Diffstat (limited to 'odlparent-lite')
-rw-r--r--odlparent-lite/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml
index f9ff9d9..0bb1a15 100644
--- a/odlparent-lite/pom.xml
+++ b/odlparent-lite/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<packaging>pom</packaging>
<groupId>org.onap.appc.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>