Skip to content

Commit 7b1d4fb

Browse files
committed
[maven-release-plugin] prepare release shiro-root-2.0.0-alpha-4
1 parent 5dae97e commit 7b1d4fb

File tree

62 files changed

+137
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+137
-212
lines changed

bom/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<parent>
2422
<artifactId>shiro-root</artifactId>
2523
<groupId>org.apache.shiro</groupId>
26-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0-alpha-4</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

cache/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-root</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

config/core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-config</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

config/ogdl/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-config</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

config/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.shiro</groupId>
2726
<artifactId>shiro-root</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
2928
</parent>
3029

3130
<artifactId>shiro-config</artifactId>

core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-root</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/cipher/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-crypto</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-crypto</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/hash/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-crypto</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.shiro</groupId>
2726
<artifactId>shiro-root</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
2928
</parent>
3029

3130
<artifactId>shiro-crypto</artifactId>

crypto/support/hashes/argon2/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523

2624
<parent>
2725
<groupId>org.apache.shiro.crypto</groupId>
2826
<artifactId>shiro-crypto-support</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
3028
<relativePath>../../pom.xml</relativePath>
3129
</parent>
3230

crypto/support/hashes/bcrypt/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523

2624
<parent>
2725
<groupId>org.apache.shiro.crypto</groupId>
2826
<artifactId>shiro-crypto-support</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
3028
<relativePath>../../pom.xml</relativePath>
3129
</parent>
3230

crypto/support/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523

2624
<parent>
2725
<groupId>org.apache.shiro</groupId>
2826
<artifactId>shiro-crypto</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
3028
</parent>
3129

3230
<groupId>org.apache.shiro.crypto</groupId>

event/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
20+
<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 https://maven.apache.org/maven-v4_0_0.xsd">
2221

2322
<parent>
2423
<groupId>org.apache.shiro</groupId>
2524
<artifactId>shiro-root</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-alpha-4</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

integration-tests/guice3/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.shiro.integrationtests</groupId>
2625
<artifactId>shiro-integration-tests</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0-alpha-4</version>
2827
</parent>
2928

3029
<artifactId>shiro-its-guice3</artifactId>

integration-tests/guice4/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.shiro.integrationtests</groupId>
2625
<artifactId>shiro-integration-tests</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0-alpha-4</version>
2827
</parent>
2928

3029
<artifactId>shiro-its-guice4</artifactId>

integration-tests/jakarta-ee-support/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,18 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<groupId>org.apache.shiro.integrationtests</groupId>
2423
<artifactId>jakarta-ee-support</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0-alpha-4</version>
2625
<name>Apache Shiro :: ITs :: Jakarta EE Support</name>
2726
<packaging>pom</packaging>
2827

2928
<parent>
3029
<groupId>org.apache.shiro.integrationtests</groupId>
3130
<artifactId>shiro-integration-tests</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0-alpha-4</version>
3332
</parent>
3433

3534
<build>

integration-tests/jakarta-ee/pom.xml

+7-9
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,18 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<groupId>org.apache.shiro.integrationtests</groupId>
2423
<artifactId>shiro-its-jakarta-ee</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0-alpha-4</version>
2625
<packaging>war</packaging>
2726
<name>Apache Shiro :: ITs :: Jakarta EE</name>
2827

2928
<parent>
3029
<groupId>org.apache.shiro.integrationtests</groupId>
3130
<artifactId>shiro-integration-tests</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0-alpha-4</version>
3332
</parent>
3433

3534
<properties>
@@ -51,7 +50,7 @@
5150
<payara.start.skip>${skipITs}</payara.start.skip>
5251
<asadmin.cmd>asadmin</asadmin.cmd>
5352
<unix-sed-skip>${payara.start.skip}</unix-sed-skip>
54-
<mac-backup-file/>
53+
<mac-backup-file />
5554
<create-domain-skip>true</create-domain-skip>
5655
<domain.name>domain1</domain.name>
5756

@@ -346,8 +345,7 @@
346345
int portbase = 4900 + (executor_number as int) * port_increment
347346
int adminPort
348347
// find a free port
349-
for (; portbase < 10000; portbase += port_increment) {
350-
def server_socket
348+
for (; portbase < 10000; portbase += port_increment) { def server_socket
351349
adminPort = portbase + admin_port_increment
352350
try {
353351
server_socket = new ServerSocket()
@@ -406,7 +404,7 @@
406404
<phase>pre-integration-test</phase>
407405
<configuration>
408406
<executable>sed</executable>
409-
<commandlineArgs>-i ${mac-backup-file} -e 's/jvm-options>\[17|/jvm-options>\[16|/g'
407+
<commandlineArgs>-i ${mac-backup-file} -e 's/jvm-options&gt;\[17|/jvm-options&gt;\[16|/g'
410408
-e 's/property name="HZ_LISTENER_PORT" value="5900/property name="HZ_LISTENER_PORT" value="5920/g'
411409
-e 's/hazelcast-runtime-configuration start-port="5900/hazelcast-runtime-configuration start-port="5920/g'
412410
${project.build.directory}/dependency/payara5/glassfish/domains/${domain.name}/config/domain.xml
@@ -489,7 +487,7 @@
489487
<id>payara-server-remote</id>
490488
<properties>
491489
<payara.start.skip>true</payara.start.skip>
492-
<payara.argLine/>
490+
<payara.argLine />
493491
</properties>
494492
</profile>
495493
<profile>

integration-tests/jaxrs/app/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523

2624
<parent>
2725
<groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
2826
<artifactId>shiro-its-jaxrs</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
3028
</parent>
3129

3230
<artifactId>shiro-its-jaxrs-app</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0-alpha-4</version>
3432
<name>Apache Shiro :: ITs :: JAX-RS :: App</name>
3533
<packaging>war</packaging>
3634

integration-tests/jaxrs/meecrowave/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523

2624
<parent>
2725
<groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
2826
<artifactId>shiro-its-jaxrs</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-alpha-4</version>
3028
</parent>
3129

3230
<artifactId>shiro-its-jaxrs-meecrowave</artifactId>

0 commit comments

Comments
 (0)