Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins wso2#90] [Release 1.0.42] prepare release v1.…
Browse files Browse the repository at this point in the history
…0.42
  • Loading branch information
wso2-jenkins-bot committed Mar 2, 2018
1 parent 62cb1e5 commit bf5a13b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions components/org.wso2.carbon.consent.mgt.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>consent-mgt</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.consent.mgt.core</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<packaging>bundle</packaging>

<build>
Expand Down
6 changes: 3 additions & 3 deletions components/org.wso2.carbon.consent.mgt.endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>consent-mgt</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.consent.mgt.endpoint</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<packaging>war</packaging>

<build>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>org.wso2.carbon.consent.mgt.core</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.consent.mgt.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>consent-mgt</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>consent-mgt</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</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 @@ -23,7 +23,7 @@
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>consent-mgt</artifactId>
<packaging>pom</packaging>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>

<parent>
<groupId>org.wso2</groupId>
Expand All @@ -35,7 +35,7 @@
<url>https://github.com/wso2/carbon-consent-management.git</url>
<developerConnection>scm:git:https://github.com/wso2/carbon-consent-management.git</developerConnection>
<connection>scm:git:https://github.com/wso2/carbon-consent-management.git</connection>
<tag>HEAD</tag>
<tag>v1.0.42</tag>
</scm>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>consent-mgt</artifactId>
<version>1.0.42-SNAPSHOT</version>
<version>1.0.42</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit bf5a13b

Please sign in to comment.