aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPavel Aharoni <pa0916@att.com>2017-08-21 17:22:08 +0300
committerPavel Aharoni <pa0916@att.com>2017-08-21 17:22:08 +0300
commit4149de4df046df1f3ee334eff211a0f979cf4cc7 (patch)
tree6fcb780c77f67a9e15650073d3dc71104a32db16 /pom.xml
parent9c34952c0941653fb370960df216ec47ee2c9724 (diff)
[SDC-242] jtosca resolve get_input
Change-Id: Ia0624cb00df47770af0e4514e6c2a35038151667 Signed-off-by: Pavel Aharoni <pa0916@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml68
1 files changed, 34 insertions, 34 deletions
diff --git a/pom.xml b/pom.xml
index d092e57..6485d2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.openecomp.sdc.jtosca</groupId>
- <artifactId>jtosca</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.openecomp.sdc.jtosca</groupId>
+ <artifactId>jtosca</artifactId>
+ <version>1.1.3-SNAPSHOT</version>
<properties>
@@ -28,31 +28,31 @@
<releases.path>releases</releases.path>
<!--<staging.profile.id>176c31dfe190a</staging.profile.id> -->
- </properties>
-
- <dependencies>
- <!-- YAML parser -->
- <dependency>
- <groupId>org.yaml</groupId>
- <artifactId>snakeyaml</artifactId>
- <version>1.14</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.7.25</version>
- </dependency>
-
- <!-- <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId>
- <version>1.1.2</version> <scope>test</scope> </dependency> -->
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.12</version>
- </dependency>
+ </properties>
+
+ <dependencies>
+ <!-- YAML parser -->
+ <dependency>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ <version>1.14</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.25</version>
+ </dependency>
+
+ <!-- <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId>
+ <version>1.1.2</version> <scope>test</scope> </dependency> -->
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ </dependency>
</dependencies>
<reporting>
@@ -207,6 +207,6 @@
<id>ecomp-site</id>
<url>dav:${nexus.proxy}${sitePath}</url>
</site>
- </distributionManagement>
-
+ </distributionManagement>
+
</project> \ No newline at end of file