Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #316] [Release 2.1.0] prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Aug 7, 2019
1 parent 13a6cc3 commit bde0de5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>siddhi-io-http-parent</artifactId>
<groupId>io.siddhi.extension.io.http</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>siddhi-io-http-parent</artifactId>
<groupId>io.siddhi.extension.io.http</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url>https://github.com/siddhi-io/siddhi-io-http.git</url>
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi-io-http.git
</developerConnection>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>
<modules>
<module>component</module>
Expand All @@ -36,7 +36,7 @@
</modules>
<groupId>io.siddhi.extension.io.http</groupId>
<artifactId>siddhi-io-http-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Siddhi IO Extension - HTTP IO Aggregator</name>
<url>http://wso2.org</url>
<profiles>
Expand Down
6 changes: 3 additions & 3 deletions tests/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>siddhi-io-http-tests</artifactId>
<groupId>io.siddhi.extension.io.http</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -368,8 +368,8 @@
<phase>package</phase>
<configuration>
<tasks>
<delete file="target/wso2siddhi-io-http-${project.version}/wso2/lib/plugins/slf4j.api_1.7.26.jar"/>
<delete file="target/wso2siddhi-io-http-${project.version}/wso2/lib/plugins/slf4j.log4j12_1.7.26.jar"/>
<delete file="target/wso2siddhi-io-http-${project.version}/wso2/lib/plugins/slf4j.api_1.7.26.jar" />
<delete file="target/wso2siddhi-io-http-${project.version}/wso2/lib/plugins/slf4j.log4j12_1.7.26.jar" />
<replace dir="target/wso2siddhi-io-http-${project.version}/wso2" token="false" value="true">
<include name="**/bundles.info" />
</replace>
Expand Down
2 changes: 1 addition & 1 deletion tests/osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>siddhi-io-http-tests</artifactId>
<groupId>io.siddhi.extension.io.http</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>siddhi-io-http-parent</artifactId>
<groupId>io.siddhi.extension.io.http</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit bde0de5

Please sign in to comment.