Skip to content

Commit 7903053

Browse files
author
camunda-jenkins
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 84b5503 commit 7903053

File tree

9 files changed

+12
-14
lines changed

9 files changed

+12
-14
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>camunda-bpm-assert-scenario-parent</artifactId>
1919
<groupId>org.camunda.bpm.extension</groupId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0</version>
2121
</parent>
2222

2323
<dependencies>

example/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<artifactId>camunda-bpm-assert-scenario-examples</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
97

108
<parent>
119
<groupId>org.camunda.bpm.extension</groupId>
1210
<artifactId>camunda-bpm-assert-scenario-test</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
11+
<version>1.0.0</version>
1412
<relativePath>../test/pom.xml</relativePath>
1513
</parent>
1614

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.camunda.bpm.extension</groupId>
1313
<artifactId>camunda-bpm-assert-scenario-parent</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515

1616
<packaging>pom</packaging>
1717

@@ -191,7 +191,7 @@
191191
<connection>scm:git:[email protected]:camunda/camunda-bpm-assert-scenario.git</connection>
192192
<url>scm:git:[email protected]:camunda/camunda-bpm-assert-scenario.git</url>
193193
<developerConnection>scm:git:[email protected]:camunda/camunda-bpm-assert-scenario.git</developerConnection>
194-
<tag>HEAD</tag>
194+
<tag>1.0.0</tag>
195195
</scm>
196196

197197
<build>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.camunda.bpm.extension</groupId>
1010
<artifactId>camunda-bpm-assert-scenario-parent</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
</parent>
1313

1414
<properties>

test/test-7.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>camunda-bpm-assert-scenario-test</artifactId>
1313
<groupId>org.camunda.bpm.extension</groupId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616

1717
<dependencies>

test/test-7.1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>camunda-bpm-assert-scenario-test</artifactId>
1313
<groupId>org.camunda.bpm.extension</groupId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616

1717
<dependencies>

test/test-7.4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>camunda-bpm-assert-scenario-test</artifactId>
1313
<groupId>org.camunda.bpm.extension</groupId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616

1717
<dependencies>

test/test-7.5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>camunda-bpm-assert-scenario-test</artifactId>
1313
<groupId>org.camunda.bpm.extension</groupId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616

1717
<dependencies>

test/test-7.6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>camunda-bpm-assert-scenario-test</artifactId>
1313
<groupId>org.camunda.bpm.extension</groupId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)