Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #2] [Release 1.0.0] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Nov 12, 2021
1 parent 3e1ff4e commit d9ece99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
~ 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.identity.conditional.auth.typingdna</groupId>
<artifactId>identity-conditional-auth-typingdna</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
~ 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.identity.conditional.auth.typingdna</groupId>
<artifactId>identity-conditional-auth-typingdna</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.wso2.carbon.identity.conditional.auth.typingdna.functions</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

<groupId>org.wso2.carbon.identity.conditional.auth.typingdna</groupId>
<artifactId>identity-conditional-auth-typingdna</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<scm>
<url>https://github.com/wso2-extensions/identity-conditional-auth-typingdna.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/identity-conditional-auth-typingdna.git</developerConnection>
<connection>scm:git:https://github.com/wso2-extensions/identity-conditional-auth-typingdna.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>
<modules>
<module>components/org.wso2.carbon.identity.conditional.auth.typingdna.api</module>
Expand Down

0 comments on commit d9ece99

Please sign in to comment.