diff options
author | shentao <shentao@chinamobile.com> | 2017-11-01 21:03:13 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-01 21:03:24 +0800 |
commit | f59c8533f47fbf34477b1594ef48b173b3a88741 (patch) | |
tree | 13704776f17b94b17677d9b6a35d13727f9eb994 /pom.xml | |
parent | 256b0e5eb968019c356eeeac06b5cd934e48cf44 (diff) |
modify pom file to fix staging repo
Change-Id: I2509931e897291361e8d9755f21ebc153135cb20
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 28 |
1 files changed, 6 insertions, 22 deletions
@@ -15,14 +15,14 @@ limitations under the License. --> <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> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.1</version> </parent> + <modelVersion>4.0.0</modelVersion> <groupId>org.onap.usecase-ui.server</groupId> <artifactId>usecase-ui-server-parent</artifactId> <version>1.0.0-SNAPSHOT</version> @@ -31,8 +31,8 @@ <description>project for usecase-ui server</description> <modules> - <module>server</module> - <module>standalone</module> + <module>server</module> + <module>standalone</module> </modules> <properties> @@ -191,7 +191,7 @@ <dependency> <groupId>org.openecomp.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.1.11-SNAPSHOT</version> + <version>1.1.3</version> </dependency> <dependency> @@ -203,7 +203,7 @@ <dependency> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- UT coverage dependency start --> @@ -279,14 +279,6 @@ <repositories> <repository> - <id>spring-snapshots</id> - <name>Spring Snapshots</name> - <url>https://repo.spring.io/snapshot</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> @@ -298,14 +290,6 @@ <pluginRepositories> <pluginRepository> - <id>spring-snapshots</id> - <name>Spring Snapshots</name> - <url>https://repo.spring.io/snapshot</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - <pluginRepository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> |