aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-06-05 09:51:55 -0500
committerJorge Hernandez <jh1730@att.com>2017-06-05 09:51:55 -0500
commit85e12563d2092018f83b456f5926f2b28f9742c7 (patch)
treeed4ee62525a83b6b0eeae28ee7078fce24c23781 /packages/base/pom.xml
parent68536f36971c101150ec35d44bd445355ffd0384 (diff)
[POLICY-8] cleaned up unused code
Change-Id: Ifebf67db574e1c4eadf9d50ca0f178ab7ddba033 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'packages/base/pom.xml')
-rw-r--r--packages/base/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index 3009b857..47486bfb 100644
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -33,7 +33,7 @@
<packaging>pom</packaging>
<name>Base Package</name>
- <description>D2 ECOMP Policy Drools PDP Packaging</description>
+ <description>ONAP Policy Drools PDP Packaging</description>
<build>
<plugins>
@@ -82,7 +82,7 @@
<executable>/bin/bash</executable>
<arguments>
<argument>-c</argument>
- <argument>mkdir -p target ; echo -e 'version="${project.version}"\ndescription="Open ECOMP Drools PDP"\nbuildTag="'"${BUILD_TAG}"'"\ncommit="'"${GIT_COMMIT}"'"\ntimestamp="${maven.build.timestamp}"' >target/build.info</argument>
+ <argument>mkdir -p target ; echo -e 'version="${project.version}"\ndescription="ONAP Drools PDP"\nbuildTag="'"${BUILD_TAG}"'"\ncommit="'"${GIT_COMMIT}"'"\ntimestamp="${maven.build.timestamp}"' >target/build.info</argument>
</arguments>
</configuration>
</execution>