Skip to content

Commit 0174cfb

Browse files
committed
[maven-release-plugin] prepare release cas-client-3.3.3
1 parent f57f0ff commit 0174cfb

File tree

9 files changed

+10
-10
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

+10
-10
lines changed

cas-client-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<parent>
33
<groupId>org.jasig.cas.client</groupId>
4-
<version>3.3.3-SNAPSHOT</version>
4+
<version>3.3.3</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

cas-client-integration-atlassian/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<parent>
33
<groupId>org.jasig.cas.client</groupId>
4-
<version>3.3.3-SNAPSHOT</version>
4+
<version>3.3.3</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

cas-client-integration-jboss/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<parent>
33
<groupId>org.jasig.cas.client</groupId>
4-
<version>3.3.3-SNAPSHOT</version>
4+
<version>3.3.3</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cas-client</artifactId>
55
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.3-SNAPSHOT</version>
6+
<version>3.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cas-client</artifactId>
55
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.3-SNAPSHOT</version>
6+
<version>3.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cas-client</artifactId>
55
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.3-SNAPSHOT</version>
6+
<version>3.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cas-client</artifactId>
55
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.3-SNAPSHOT</version>
6+
<version>3.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cas-client</artifactId>
55
<groupId>org.jasig.cas.client</groupId>
6-
<version>3.3.3-SNAPSHOT</version>
6+
<version>3.3.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.jasig.cas.client</groupId>
9-
<version>3.3.3-SNAPSHOT</version>
9+
<version>3.3.3</version>
1010
<artifactId>cas-client</artifactId>
1111
<packaging>pom</packaging>
1212

@@ -26,7 +26,7 @@
2626
<connection>scm:git:[email protected]:Jasig/java-cas-client.git</connection>
2727
<developerConnection>scm:git:[email protected]:Jasig/java-cas-client.git</developerConnection>
2828
<url>https://github.com/Jasig/java-cas-client</url>
29-
<tag>HEAD</tag>
29+
<tag>cas-client-3.3.3</tag>
3030
</scm>
3131

3232
<inceptionYear>2006</inceptionYear>

0 commit comments

Comments
 (0)