Skip to content

Commit 9f958e7

Browse files
author
FlowLogix Jenkins
committed
[maven-release-plugin] prepare release shiro-root-2.0.5
1 parent 522b302 commit 9f958e7

File tree

61 files changed

+136
-211
lines changed

Some content is hidden

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

61 files changed

+136
-211
lines changed

bom/pom.xml

Lines changed: 2 additions & 4 deletions
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.5</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

cache/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

config/core/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

config/ogdl/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

config/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2928
</parent>
3029

3130
<artifactId>shiro-config</artifactId>

core/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/cipher/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/core/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/hash/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2726
</parent>
2827

2928
<modelVersion>4.0.0</modelVersion>

crypto/pom.xml

Lines changed: 2 additions & 3 deletions
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.5</version>
2928
</parent>
3029

3130
<artifactId>shiro-crypto</artifactId>

0 commit comments

Comments
 (0)