diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-12-18 13:21:28 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-12-18 13:22:52 -0500 |
commit | 30a5975d417a3815832b944a2be6e4486cd759d8 (patch) | |
tree | 085db7f8f8c00acff426a80f1bdd2e94913b6b02 /sdnr/wt/common | |
parent | d022986fd6be49ff29f53ae36bbe1ff967836e11 (diff) |
Indenting POM's and running mvn tidy:pom
Issue-ID: CCSDK-3058
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I34da02e3dbfde1008b3dd0526ed402201b445484
Diffstat (limited to 'sdnr/wt/common')
-rw-r--r-- | sdnr/wt/common/pom.xml | 4 | ||||
-rw-r--r-- | sdnr/wt/common/src/test/resources/testpom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/common/pom.xml b/sdnr/wt/common/pom.xml index 5b151a8bc..54ffc01c3 100644 --- a/sdnr/wt/common/pom.xml +++ b/sdnr/wt/common/pom.xml @@ -92,8 +92,8 @@ <artifactId>jackson-databind</artifactId> </dependency> <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>com.google.code.findbugs</groupId> + <artifactId>annotations</artifactId> </dependency> </dependencies> diff --git a/sdnr/wt/common/src/test/resources/testpom.xml b/sdnr/wt/common/src/test/resources/testpom.xml index 6fba87af9..1adf713c1 100644 --- a/sdnr/wt/common/src/test/resources/testpom.xml +++ b/sdnr/wt/common/src/test/resources/testpom.xml @@ -29,13 +29,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-common</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |