Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #418] [Release 1.0.2] prepare release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed May 18, 2017
1 parent 32b1c1b commit 2d28314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.foursquare</groupId>
<artifactId>identity-outbound-auth-foursquare</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>org.wso2.carbon.extension.identity.authenticator.foursquare.connector</artifactId>
<packaging>bundle</packaging>
Expand Down
5 changes: 2 additions & 3 deletions feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations 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>
<parent>
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.foursquare</groupId>
<artifactId>identity-outbound-auth-foursquare</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>org.wso2.carbon.extension.identity.authenticator.foursquare.feature</artifactId>
<packaging>pom</packaging>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
~ specific language governing permissions and limitations
~ 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>
<parent>
<groupId>org.wso2</groupId>
Expand All @@ -26,7 +25,7 @@
</parent>
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.foursquare</groupId>
<artifactId>identity-outbound-auth-foursquare</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>WSO2 Carbon Extension - Foursquare Pom</name>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -140,7 +139,7 @@
<developerConnection>
scm:git:https://github.com/wso2-extensions/identity-outbound-auth-foursquare.git
</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.2</tag>
</scm>
<build>
<extensions>
Expand Down

0 comments on commit 2d28314

Please sign in to comment.