Skip to content

Commit

Permalink
Upgraded into 4.4 based Carbon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sagara-gunathunga committed Apr 28, 2015
1 parent 1fefbbd commit f4070f3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compilerplugin.version}</version>
<!--<configuration>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
<target>1.7</target>
</configuration>-->
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -620,17 +620,17 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!--<carbon.platform.version>4.3.0-SNAPSHOT</carbon.platform.version>-->
<carbon.kernel.version>4.3.0</carbon.kernel.version>
<carbon.kernel.version>4.4.0</carbon.kernel.version>
<carbon.social.version> 1.3.0-SNAPSHOT</carbon.social.version>

<carbon.store.version>2.1.0-SNAPSHOT</carbon.store.version>
<!--repo versions-->
<carbon.commons.version>4.3.4</carbon.commons.version>
<carbon.registry.version>4.3.0</carbon.registry.version>
<carbon.governance.version>4.3.0</carbon.governance.version>
<carbon.deployment.version>4.3.1</carbon.deployment.version>
<carbon.identity.version>4.3.2</carbon.identity.version>
<carbon.multitenancy.version>4.3.4</carbon.multitenancy.version>
<carbon.commons.version>4.4.0</carbon.commons.version>
<carbon.registry.version>4.4.1</carbon.registry.version>
<carbon.governance.version>4.4.0</carbon.governance.version>
<carbon.deployment.version>4.4.0</carbon.deployment.version>
<carbon.identity.version>4.4.0</carbon.identity.version>
<carbon.multitenancy.version>4.4.0</carbon.multitenancy.version>

<!--<test.framework.version>4.3.1</test.framework.version>-->
<!--<automation.utils.version>4.3.0-SNAPSHOT</automation.utils.version>-->
Expand Down Expand Up @@ -666,7 +666,7 @@
<el.api.version>2.2</el.api.version>
<h2.wso2.version>1.2.140.wso2v3</h2.wso2.version>

<jaggery.feature.version>0.9.0</jaggery.feature.version>
<jaggery.feature.version>0.10.0</jaggery.feature.version>
<caramel.feature.version>1.0.1</caramel.feature.version>
<handlebars.feature.version>1.0.0</handlebars.feature.version>
<markdown.feature.version>1.0.0</markdown.feature.version>
Expand Down

0 comments on commit f4070f3

Please sign in to comment.