Skip to content

Commit

Permalink
Merge pull request #38 from wso2/release-2.0.4
Browse files Browse the repository at this point in the history
Release 2.0.4
  • Loading branch information
hasinthaindrajee committed Dec 16, 2015
2 parents 06e7ed0 + d69e700 commit 90aabf5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/charon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.charon</groupId>
<artifactId>charon-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/charon-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.charon</groupId>
<artifactId>charon-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/charon-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.charon</groupId>
<artifactId>charon-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/charon-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.charon</groupId>
<artifactId>charon-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.wso2.charon</groupId>
<artifactId>charon-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<name>WSO2 Charon - Parent</name>
<description>WSO2 Charon - SCIM Implementation</description>
<url>http://wso2.com</url>
Expand Down Expand Up @@ -141,7 +141,7 @@
</build>

<properties>
<charon.parent.version>2.0.4-SNAPSHOT</charon.parent.version>
<charon.parent.version>2.0.5-SNAPSHOT</charon.parent.version>
<charon.parent.package.export.version>${charon.parent.version}</charon.parent.package.export.version>
<json.version>20090211</json.version>
<commons.logging.version>1.1.1</commons.logging.version>
Expand Down

0 comments on commit 90aabf5

Please sign in to comment.