diff options
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/MSOCockpit/pom.xml | 10 | ||||
-rw-r--r-- | bpmn/MSOCoreBPMN/pom.xml | 4 | ||||
-rw-r--r-- | bpmn/MSOGammaBPMN/pom.xml | 2 | ||||
-rw-r--r-- | bpmn/MSORESTClient/pom.xml | 14 | ||||
-rw-r--r-- | bpmn/MSOURN-plugin/pom.xml | 10 | ||||
-rw-r--r-- | bpmn/pom.xml | 18 |
6 files changed, 29 insertions, 29 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index cc5ecd7bc9..939c185950 100644 --- a/bpmn/MSOCockpit/pom.xml +++ b/bpmn/MSOCockpit/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.mso</groupId> <artifactId>bpmn</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -36,16 +36,16 @@ </plugin> </plugins> </build> - + <dependencies> - + <dependency> <groupId>org.camunda.bpm.webapp</groupId> <artifactId>camunda-webapp-jboss-standalone</artifactId> <version>${camunda.version}</version> <type>war</type> </dependency> - + <dependency> <groupId>org.openecomp.mso</groupId> <artifactId>common</artifactId> @@ -62,5 +62,5 @@ <version>${project.version}</version> </dependency> </dependencies> - + </project> diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index db0f7cf30a..9decd590e3 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>org.openecomp.mso</groupId> <artifactId>bpmn</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.mso</groupId> <artifactId>MSOCoreBPMN</artifactId> <packaging>jar</packaging> - + <build> <plugins> <!-- Note: test utilities really ought to exist only in the test scope but --> diff --git a/bpmn/MSOGammaBPMN/pom.xml b/bpmn/MSOGammaBPMN/pom.xml index fa2055c01a..26ea278c53 100644 --- a/bpmn/MSOGammaBPMN/pom.xml +++ b/bpmn/MSOGammaBPMN/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.mso</groupId> <artifactId>bpmn</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.mso</groupId> 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> diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml index e94a1f7233..5ad57a6096 100644 --- a/bpmn/MSOURN-plugin/pom.xml +++ b/bpmn/MSOURN-plugin/pom.xml @@ -1,18 +1,18 @@ <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.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>cockpit-urnmap-plugin</artifactId> - + <packaging>jar</packaging> - + <name>MSO URN Mapping Cockpit Plugin</name> <dependencies> diff --git a/bpmn/pom.xml b/bpmn/pom.xml index ebcce1d8fe..ca9d69c5bc 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp</groupId> <artifactId>mso</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.openecomp.mso</groupId> @@ -13,7 +13,7 @@ <name>BPMN Subsystem</name> <description>BPMN Subsystem for MSO</description> <packaging>pom</packaging> - + <properties> <camunda.version>7.3.0</camunda.version> <camunda.bpm.assert.version>1.2</camunda.bpm.assert.version> @@ -22,10 +22,10 @@ <saxon.version>9.5.1-8</saxon.version> <junit.version>4.11</junit.version> <xmlunit.version>1.6</xmlunit.version> - + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - + </properties> <modules> @@ -36,7 +36,7 @@ <module>MSOCockpit</module> </modules> - + <!-- Define artifact versions for child modules --> <dependencyManagement> <dependencies> @@ -90,7 +90,7 @@ </dependency> </dependencies> </dependencyManagement> - + <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -101,10 +101,10 @@ <artifactId>httpclient</artifactId> </dependency> </dependencies> - + <build> <plugins> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -152,7 +152,7 @@ </lifecycleMappingMetadata> </configuration> </plugin> - + </plugins> </pluginManagement> </build> |