Skip to content

Commit 0782bc8

Browse files
[maven-release-plugin] prepare release v5.1.2-rc2
1 parent 648141d commit 0782bc8

File tree

42 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43
-43
lines changed

coverage-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.siddhi.distribution</groupId>
2424
<artifactId>io.siddhi.distribution.parent</artifactId>
25-
<version>5.1.3-SNAPSHOT</version>
25+
<version>5.1.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

osgi-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.siddhi.distribution</groupId>
2222
<artifactId>io.siddhi.distribution.parent</artifactId>
23-
<version>5.1.3-SNAPSHOT</version>
23+
<version>5.1.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>io.siddhi.distribution</groupId>
2828
<artifactId>io.siddhi.distribution.parent</artifactId>
29-
<version>5.1.3-SNAPSHOT</version>
29+
<version>5.1.2</version>
3030
<packaging>pom</packaging>
3131
<name>Siddhi-IO Distribution - Parent</name>
3232
<modules>
@@ -264,7 +264,7 @@
264264
<url>https://github.com/siddhi-io/distribution.git</url>
265265
<developerConnection>scm:git:https://github.com/siddhi-io/distribution.git</developerConnection>
266266
<connection>scm:git:https://github.com/siddhi-io/distribution.git</connection>
267-
<tag>HEAD</tag>
267+
<tag>v5.1.2-rc2</tag>
268268
</scm>
269269

270270
<dependencyManagement>

runner/components/io.siddhi.distribution.common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.siddhi.distribution</groupId>
2323
<artifactId>io.siddhi.distribution.parent</artifactId>
24-
<version>5.1.3-SNAPSHOT</version>
24+
<version>5.1.2</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

runner/components/io.siddhi.distribution.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.siddhi.distribution</groupId>
2323
<artifactId>io.siddhi.distribution.parent</artifactId>
24-
<version>5.1.3-SNAPSHOT</version>
24+
<version>5.1.2</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

runner/components/io.siddhi.distribution.health.check.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.siddhi.distribution</groupId>
2424
<artifactId>io.siddhi.distribution.parent</artifactId>
25-
<version>5.1.3-SNAPSHOT</version>
25+
<version>5.1.2</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

runner/components/io.siddhi.distribution.metrics.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.siddhi.distribution</groupId>
2323
<artifactId>io.siddhi.distribution.parent</artifactId>
24-
<version>5.1.3-SNAPSHOT</version>
24+
<version>5.1.2</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

runner/components/io.siddhi.distribution.msf4j.interceptor.common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.siddhi.distribution</groupId>
2323
<artifactId>io.siddhi.distribution.parent</artifactId>
24-
<version>5.1.3-SNAPSHOT</version>
24+
<version>5.1.2</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

runner/components/io.siddhi.distribution.store.api.rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.siddhi.distribution</groupId>
2424
<artifactId>io.siddhi.distribution.parent</artifactId>
25-
<version>5.1.3-SNAPSHOT</version>
25+
<version>5.1.2</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

runner/components/io.siddhi.parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.siddhi.distribution</groupId>
2323
<artifactId>io.siddhi.distribution.parent</artifactId>
24-
<version>5.1.3-SNAPSHOT</version>
24+
<version>5.1.2</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)