Skip to content

Commit 650cee0

Browse files
committed
[maven-release-plugin] prepare release cas-client-3.4.1
1 parent e5f9337 commit 650cee0

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

cas-client-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
4+
<version>3.4.1</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

cas-client-integration-atlassian/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
4+
<version>3.4.1</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

cas-client-integration-jboss/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
4+
<version>3.4.1</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
6+
<version>3.4.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
6+
<version>3.4.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
6+
<version>3.4.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
6+
<version>3.4.1</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

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
6+
<version>3.4.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

cas-client-support-saml/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
4+
<version>3.4.1</version>
55
<artifactId>cas-client</artifactId>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
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.4.1-SNAPSHOT</version>
9+
<version>3.4.1</version>
1010
<artifactId>cas-client</artifactId>
1111
<packaging>pom</packaging>
1212

@@ -26,7 +26,7 @@
2626
<connection>scm:git:git@github.com:Jasig/java-cas-client.git</connection>
2727
<developerConnection>scm:git:git@github.com: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.4.1</tag>
3030
</scm>
3131

3232
<inceptionYear>2006</inceptionYear>

0 commit comments

Comments
 (0)