Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #159] [Release 1.0.1] prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Jan 10, 2023
1 parent 7360d7e commit f852681
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
~ 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">
<parent>
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.pinterest</groupId>
<artifactId>identity-outbound-auth-pinterest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.extension.identity.authenticator.pinterest.connector</artifactId>
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.pinterest</groupId>
<artifactId>identity-outbound-auth-pinterest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>org.wso2.carbon.extension.identity.authenticator.pinterest.feature</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.pinterest</groupId>
<artifactId>identity-outbound-auth-pinterest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>WSO2 Carbon Extension - pinterest Pom</name>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -205,7 +205,7 @@
<developerConnection>
scm:git:https://github.com/wso2-extensions/identity-outbound-auth-pinterest.git
</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
</scm>
<build>
<extensions>
Expand Down

0 comments on commit f852681

Please sign in to comment.