Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #97] [Release 2.0.5] prepare release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Sep 19, 2019
1 parent f5142a6 commit 3343562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<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">
<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">
<parent>
<groupId>io.siddhi.extension.io.nats</groupId>
<artifactId>siddhi-io-nats-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>siddhi-io-nats</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</modules>
<groupId>io.siddhi.extension.io.nats</groupId>
<artifactId>siddhi-io-nats-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<name>Siddhi IO NATS Extension Parent</name>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -145,6 +145,6 @@
<url>https://github.com/siddhi-io/siddhi-io-nats.git</url>
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi-io-nats.git</developerConnection>
<connection>scm:git:https://github.com/siddhi-io/siddhi-io-nats.git</connection>
<tag>HEAD</tag>
<tag>v2.0.5</tag>
</scm>
</project>

0 comments on commit 3343562

Please sign in to comment.