Skip to content

Commit

Permalink
[maven-release-plugin] prepare release siddhi-4.5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Nov 10, 2023
1 parent a4a8637 commit 3dd0589
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/siddhi-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.graylog.repackaged.siddhi</groupId>
<artifactId>siddhi</artifactId>
<version>4.5.11.2-SNAPSHOT</version>
<version>4.5.11.2</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/siddhi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>siddhi</artifactId>
<groupId>org.graylog.repackaged.siddhi</groupId>
<version>4.5.11.2-SNAPSHOT</version>
<version>4.5.11.2</version>
<relativePath>../../pom.xml</relativePath>

</parent>
Expand Down
2 changes: 1 addition & 1 deletion modules/siddhi-query-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>siddhi</artifactId>
<groupId>org.graylog.repackaged.siddhi</groupId>
<version>4.5.11.2-SNAPSHOT</version>
<version>4.5.11.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/siddhi-query-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>siddhi</artifactId>
<groupId>org.graylog.repackaged.siddhi</groupId>
<version>4.5.11.2-SNAPSHOT</version>
<version>4.5.11.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.graylog.repackaged.siddhi</groupId>
<artifactId>siddhi</artifactId>
<packaging>pom</packaging>
<version>4.5.11.2-SNAPSHOT</version>
<version>4.5.11.2</version>
<name>Siddhi</name>
<description>Siddhi, high performing Complex Event Processing Engine</description>
<url>http://github.com/graylog-labs/siddhi</url>
Expand Down Expand Up @@ -453,7 +453,7 @@
<fail>true</fail>
<failFast>false</failFast>
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
<requireMavenVersion>
<version>[3.6.0,)</version>
</requireMavenVersion>
Expand Down Expand Up @@ -576,7 +576,7 @@
<url>https://github.com/graylog-labs/siddhi.git</url>
<developerConnection>scm:git:[email protected]:graylog-labs/siddhi.git</developerConnection>
<connection>scm:git:[email protected]:graylog-labs/siddhi.git</connection>
<tag>v4.5.11</tag>
<tag>siddhi-4.5.11.2</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 3dd0589

Please sign in to comment.