diff options
author | talasila <talasila@research.att.com> | 2017-03-10 11:28:52 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-10 11:29:01 -0500 |
commit | 67b5754042200ea7e114963edb23244128dbb6fe (patch) | |
tree | 49f9c6478a47a0865c869d573b740c49cd185623 /ecomp-sdk/sdk-app/pom.xml | |
parent | b43c2aecd36a738bc1ddb45d15eadbd8893373d1 (diff) |
1.1.0-SNAPSHOT is updated in poms
Change-Id: I421ba5299aa0b9f2ae470d2e030f3a8b3219d539
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-sdk/sdk-app/pom.xml')
-rw-r--r-- | ecomp-sdk/sdk-app/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml index 9e20347e..c6f3cc30 100644 --- a/ecomp-sdk/sdk-app/pom.xml +++ b/ecomp-sdk/sdk-app/pom.xml @@ -11,7 +11,7 @@ <artifactId>ep-sdk-app</artifactId> <!-- This version number is appended to the distribution (war and zip). There is an implicit mapping between this string and the epsdk.version. --> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> <packaging>war</packaging> <name>Ecomp SDK Webapp</name> <description>Ecomp SDK Webapp based on the Ecomp SDK</description> @@ -21,7 +21,7 @@ <properties> <encoding>UTF-8</encoding> - <epsdk.version>1.0.0</epsdk.version> + <epsdk.version>1.1.0-SNAPSHOT</epsdk.version> <springframework.version>4.2.0.RELEASE</springframework.version> <hibernate.version>4.3.11.Final</hibernate.version> <!-- Skip assembling the zip by default; turn on like this: mvn -Dskipassembly=false |