Skip to content

Commit 2bf3129

Browse files
committed
[maven-release-plugin] prepare release v3.3.0
1 parent f135c5e commit 2bf3129

File tree

9 files changed

+18
-36
lines changed
  • cas-client-core
  • cas-client-integration-atlassian
  • cas-client-integration-jboss
  • cas-client-integration-tomcat-common
  • cas-client-integration-tomcat-v6
  • cas-client-integration-tomcat-v7
  • cas-client-support-distributed-ehcache
  • cas-client-support-distributed-memcached

9 files changed

+18
-36
lines changed

cas-client-core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
42
<parent>
53
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.0-SNAPSHOT</version>
4+
<version>3.3.0</version>
75
<artifactId>cas-client</artifactId>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>

cas-client-integration-atlassian/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
42
<parent>
53
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.0-SNAPSHOT</version>
4+
<version>3.3.0</version>
75
<artifactId>cas-client</artifactId>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>

cas-client-integration-jboss/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
42
<parent>
53
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.0-SNAPSHOT</version>
4+
<version>3.3.0</version>
75
<artifactId>cas-client</artifactId>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>

cas-client-integration-tomcat-common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>cas-client</artifactId>
75
<groupId>org.jasig.cas.client</groupId>
8-
<version>3.3.0-SNAPSHOT</version>
6+
<version>3.3.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

cas-client-integration-tomcat-v6/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>cas-client</artifactId>
75
<groupId>org.jasig.cas.client</groupId>
8-
<version>3.3.0-SNAPSHOT</version>
6+
<version>3.3.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

cas-client-integration-tomcat-v7/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>cas-client</artifactId>
75
<groupId>org.jasig.cas.client</groupId>
8-
<version>3.3.0-SNAPSHOT</version>
6+
<version>3.3.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

cas-client-support-distributed-ehcache/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>cas-client</artifactId>
75
<groupId>org.jasig.cas.client</groupId>
8-
<version>3.3.0-SNAPSHOT</version>
6+
<version>3.3.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache

cas-client-support-distributed-memcached/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>cas-client</artifactId>
75
<groupId>org.jasig.cas.client</groupId>
8-
<version>3.3.0-SNAPSHOT</version>
6+
<version>3.3.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
42
<parent>
53
<groupId>org.jasig.parent</groupId>
64
<artifactId>jasig-parent</artifactId>
75
<version>38</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<groupId>org.jasig.cas.client</groupId>
11-
<version>3.3.0-SNAPSHOT</version>
9+
<version>3.3.0</version>
1210
<artifactId>cas-client</artifactId>
1311
<packaging>pom</packaging>
1412

0 commit comments

Comments
 (0)