summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-02-09 13:06:58 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-02-09 14:51:04 -0500
commit09753774d6faf549928052aeb7eccadc2ab88e0a (patch)
treef04c840adc4b3ba705bc675fd0c8ba1ac94c1d6b /pom.xml
parentcbac4388a4027753818a6d9b89fa4586bf53bffb (diff)
Changing parent version to 2.1.1-SNAPSHOT
Issue-ID: CCSDK-3147 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5b83a670ed1115b2a4019bf11558b577c9c05e45
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1dc744f49..31c9b4c9d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -57,6 +57,24 @@
<url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url>
</scm>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>${maven-compiler-plugin.version}</version>
+ <configuration>
+ <release>${java.version}</release>
+ <!--explicitly remove source and target-->
+ <source combine.self="override"/>
+ <target combine.self="override"/>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<profiles>
<profile>
<id>blackduck</id>