Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #9] [Release 0.95.0] prepare release v0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Nov 6, 2017
1 parent fb4d5f4 commit a7ee4e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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 @@
~ 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/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<groupId>org.ballerinalang</groupId>
<artifactId>file-connector-parent</artifactId>
<version>0.95.0-SNAPSHOT</version>
<version>0.95.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
~ 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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.ballerinalang</groupId>
<artifactId>file-connector-parent</artifactId>
<packaging>pom</packaging>
<version>0.95.0-SNAPSHOT</version>
<version>0.95.0</version>
<name>Ballerina - File Connector ParentParent</name>

<url>http://ballerinalang.org</url>
Expand All @@ -32,7 +31,7 @@
<url>https://github.com/ballerinalang/connector-file.git</url>
<developerConnection>scm:git:https://github.com/ballerinalang/connector-file.git</developerConnection>
<connection>scm:git:https://github.com/ballerinalang/connector-file.git</connection>
<tag>HEAD</tag>
<tag>v0.95.0</tag>
</scm>
<modules>
<module>component</module>
Expand Down

0 comments on commit a7ee4e8

Please sign in to comment.