diff options
author | ChrisC <cc697w@intl.att.com> | 2017-03-13 05:01:04 -0700 |
---|---|---|
committer | ChrisC <cc697w@intl.att.com> | 2017-03-13 05:01:04 -0700 |
commit | 1ba1d1997d862b4da9235bd8f8c62ac2b28115a7 (patch) | |
tree | 13ab45f9705b5e8e1e7068e0bb3725c7b06c8fac /bpmn/MSORESTClient | |
parent | 5dd5647cca17a9939919027008e175f6d5d819f7 (diff) |
Update to version 1.1.0
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8
Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'bpmn/MSORESTClient')
-rw-r--r-- | bpmn/MSORESTClient/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml index 97d9971769..3c2ea83bb6 100644 --- a/bpmn/MSORESTClient/pom.xml +++ b/bpmn/MSORESTClient/pom.xml @@ -2,20 +2,20 @@ <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - + <parent> <groupId>org.openecomp.mso</groupId> <artifactId>bpmn</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> - + <groupId>org.openecomp.mso</groupId> <artifactId>MSORESTClient</artifactId> - + <packaging>jar</packaging> - + <name>MSO REST Client API</name> - + <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -54,6 +54,6 @@ </configuration> </plugin> </plugins> - + </build> </project> |