Skip to content

Commit c87fd1b

Browse files
author
WSO2 Builder
committed
[maven-release-plugin] prepare release v5.1.0-alpha2
1 parent 378880f commit c87fd1b

File tree

38 files changed

+192
-389
lines changed

38 files changed

+192
-389
lines changed

modules/distribution/pom.xml

Lines changed: 106 additions & 223 deletions
Large diffs are not rendered by default.

modules/features/org.wso2.identity.styles.feature/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ specific language governing permissions and limitations
1616
~ under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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">
2019

2120
<parent>
2221
<groupId>org.wso2.is</groupId>
2322
<artifactId>identity-features</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
23+
<version>5.1.0-alpha2</version>
2524
<relativePath>../pom.xml</relativePath>
2625
</parent>
2726

modules/features/org.wso2.identity.ui.feature/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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">
2119

2220
<parent>
2321
<groupId>org.wso2.is</groupId>
2422
<artifactId>identity-features</artifactId>
25-
<version>5.1.0-SNAPSHOT</version>
23+
<version>5.1.0-alpha2</version>
2624
<relativePath>../pom.xml</relativePath>
2725
</parent>
2826

modules/features/org.wso2.identity.utils.feature/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ specific language governing permissions and limitations
1616
~ under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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">
2019

2120
<parent>
2221
<groupId>org.wso2.is</groupId>
2322
<artifactId>identity-features</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
23+
<version>5.1.0-alpha2</version>
2524
<relativePath>../pom.xml</relativePath>
2625
</parent>
2726

modules/features/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
limitations under the License.
1313
-->
1414

15-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15+
<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">
1716

1817
<parent>
1918
<groupId>org.wso2.is</groupId>
2019
<artifactId>identity-server-parent</artifactId>
21-
<version>5.1.0-SNAPSHOT</version>
20+
<version>5.1.0-alpha2</version>
2221
<relativePath>../../pom.xml</relativePath>
2322
</parent>
2423

modules/integration/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xmlns="http://maven.apache.org/POM/4.0.0"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018

2119
<parent>
2220
<groupId>org.wso2.is</groupId>
2321
<artifactId>identity-server-parent</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
22+
<version>5.1.0-alpha2</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725

modules/integration/tests-common/admin-clients/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018

2119
<parent>
2220
<groupId>org.wso2.is</groupId>
2321
<artifactId>identity-integration-tests</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
22+
<version>5.1.0-alpha2</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725

modules/integration/tests-common/integration-test-utils/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018

2119
<parent>
2220
<groupId>org.wso2.is</groupId>
2321
<artifactId>identity-integration-tests</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
22+
<version>5.1.0-alpha2</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725

modules/integration/tests-common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<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">
2018

2119
<parent>
2220
<groupId>org.wso2.is</groupId>
2321
<artifactId>identity-integration-tests</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
22+
<version>5.1.0-alpha2</version>
2523
<relativePath>../pom.xml</relativePath>
2624
</parent>
2725

modules/integration/tests-common/ui-pages/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018

2119
<parent>
2220
<groupId>org.wso2.is</groupId>
2321
<artifactId>identity-integration-tests</artifactId>
24-
<version>5.1.0-SNAPSHOT</version>
22+
<version>5.1.0-alpha2</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725

0 commit comments

Comments
 (0)