diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:59:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-18 10:00:46 -0400 |
commit | 114c5c16fe51231af038f30ed7ffaee2b22a3431 (patch) | |
tree | 1221e0f8b957f526048089143aeea1165afc898b /pom.xml | |
parent | f946eae481bb4d37082218c64132a7099082bce5 (diff) |
Use released parent poms
Use released version of parent poms
Issue-ID: CCSDK-2166
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib45fc3134e2ba0e97908d9efa12e3cbec265b381
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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> |