summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-18 09:59:18 -0400
committerSteve Siani <alphonse.steve.siani.djissitchi@ibm.com>2020-03-18 15:10:37 -0400
commit8865ccde1a486e203a3812813f5350ddb726265f (patch)
tree0811c8b874e97a60213ab18d208b779a146f0ca3 /pom.xml
parentf946eae481bb4d37082218c64132a7099082bce5 (diff)
Fix GroupId and package name in Error Catalog
Issue-ID: CCSDK-2180 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: Ibe00fc1f2a905821b7100ae4f221ea1e0b934894
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 65de1c54a..da7368259 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<relativePath/>
</parent>
@@ -111,8 +111,7 @@ limitations under the License.
<phase>validate</phase>
<configuration>
<target name="ktlint">
- <java taskname="ktlint" dir="${project.basedir}" fork="true" failonerror="true"
- classname="com.pinterest.ktlint.Main" classpathref="maven.plugin.classpath">
+ <java taskname="ktlint" dir="${project.basedir}" fork="true" failonerror="true" classname="com.pinterest.ktlint.Main" classpathref="maven.plugin.classpath">
<arg value="src/**/*.kt"/>
</java>
</target>
@@ -128,8 +127,7 @@ limitations under the License.
<phase>process-sources</phase>
<configuration>
<target name="ktlint">
- <java taskname="ktlint" dir="${project.basedir}" fork="true" failonerror="true"
- classname="com.pinterest.ktlint.Main" classpathref="maven.plugin.classpath">
+ <java taskname="ktlint" dir="${project.basedir}" fork="true" failonerror="true" classname="com.pinterest.ktlint.Main" classpathref="maven.plugin.classpath">
<arg value="-F"/>
<arg value="src/**/*.kt"/>
</java>