summaryrefslogtreecommitdiffstats
path: root/component-json-schemas
diff options
context:
space:
mode:
authorrajendrajaiswal <rajendra.jaiswal@ericsson.com>2019-06-14 14:35:34 +0100
committerrajendrajaiswal <rajendra.jaiswal@ericsson.com>2019-06-17 10:39:42 +0100
commit686dc4ecb6adddc9299c93f20c0081918c532ee0 (patch)
tree0705417d4c1e30b173ce032614ca43d182fa41fa /component-json-schemas
parenta9a19fd035c97cbac7300fff6feb529b15923883 (diff)
JJB alignment across DCAE components - DCAE-CLI
Change-Id: I2215a01b7050d151907f0a8c71cb1786fbabc191 Issue-ID: DCAEGEN2-1578 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
Diffstat (limited to 'component-json-schemas')
-rw-r--r--component-json-schemas/pom.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/component-json-schemas/pom.xml b/component-json-schemas/pom.xml
index 0e53a11..9d22f01 100644
--- a/component-json-schemas/pom.xml
+++ b/component-json-schemas/pom.xml
@@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.cli</groupId>
<artifactId>component-json-schemas</artifactId>
@@ -52,15 +52,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<finalName>${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
- <!-- the following plugins are invoked from oparent, we do not need them -->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <configuration>
- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
@@ -71,7 +62,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</configuration>
</plugin>
<!-- first disable the default Java plugins at various stages -->
- <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares
+ <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares
the resources dir. we do not need it -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -102,7 +93,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</execution>
</executions>
</plugin>
- <!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under
+ <!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under
target dir to ~/.m2. we do not need it -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>