Skip to content

Commit

Permalink
bumpin social component version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuranga committed May 27, 2015
1 parent 51e8769 commit 2fec2e1
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions modules/components/social/org.wso2.carbon.social.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.core</artifactId>
<packaging>bundle</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>WSO2 Carbon - Social - Core</name>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.db.adapter</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon - Social - Default DB Adapter</name>
<dependencies>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.social.core</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions modules/components/social/org.wso2.carbon.social.sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.sql</artifactId>
<packaging>bundle</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>WSO2 Carbon - Social - SQL Based Implementation</name>
<dependencies>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.social.core</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/components/social/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.wso2.carbon</groupId>
<artifactId>social</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<name>WSO2 Carbon - Social Aggregator Module</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social-feature</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.core.feature</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>WSO2 Carbon - Social - Core Feature</name>


Expand Down Expand Up @@ -63,7 +63,7 @@
</properties>
</adviceFile>
<bundles>
<bundleDef>org.wso2.carbon:org.wso2.carbon.social.core:1.1.0</bundleDef>
<bundleDef>org.wso2.carbon:org.wso2.carbon.social.core:1.2.0</bundleDef>
</bundles>

<importFeatures>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social-feature</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.db.adapter.feature</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>WSO2 Carbon - Social - Adapter Feature</name>
<build>
<plugins>
Expand Down Expand Up @@ -59,7 +59,7 @@
</properties>
</adviceFile>
<bundles>
<bundleDef>org.wso2.carbon:org.wso2.carbon.social.db.adapter:1.1.0</bundleDef>
<bundleDef>org.wso2.carbon:org.wso2.carbon.social.db.adapter:1.2.0</bundleDef>
</bundles>

<importFeatures>
Expand Down
10 changes: 5 additions & 5 deletions modules/features/social/org.wso2.carbon.social.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social-feature</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.feature</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>WSO2 Carbon - Social - Feature</name>


Expand All @@ -37,9 +37,9 @@
<importFeatureDef>org.wso2.carbon.core.server:4.2.0</importFeatureDef>
</importFeatures>
<includedFeatures>
<includedFeatureDef>org.wso2.carbon:org.wso2.carbon.social.core.feature:1.1.0</includedFeatureDef>
<includedFeatureDef>org.wso2.carbon:org.wso2.carbon.social.sql.feature:1.1.0</includedFeatureDef>
<includedFeatureDef>org.wso2.carbon:org.wso2.carbon.social.db.adapter.feature:1.1.0</includedFeatureDef>
<includedFeatureDef>org.wso2.carbon:org.wso2.carbon.social.core.feature:1.2.0</includedFeatureDef>
<includedFeatureDef>org.wso2.carbon:org.wso2.carbon.social.sql.feature:1.2.0</includedFeatureDef>
<includedFeatureDef>org.wso2.carbon:org.wso2.carbon.social.db.adapter.feature:1.2.0</includedFeatureDef>
</includedFeatures>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>social-feature</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.social.sql.feature</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>WSO2 Carbon - Social - SQL Feature</name>


Expand Down Expand Up @@ -78,7 +78,7 @@
</properties>
</adviceFile>
<bundles>
<bundleDef>org.wso2.carbon:org.wso2.carbon.social.sql:1.1.0</bundleDef>
<bundleDef>org.wso2.carbon:org.wso2.carbon.social.sql:1.2.0</bundleDef>
</bundles>

<importFeatures>
Expand Down
2 changes: 1 addition & 1 deletion modules/features/social/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.wso2.carbon</groupId>
<artifactId>social-feature</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<name>WSO2 Carbon - Social Feature Aggregator Module</name>
Expand Down

0 comments on commit 2fec2e1

Please sign in to comment.