Skip to content

Commit 121cb84

Browse files
committed
[maven-release-plugin] prepare release cas-client-4.0.4
1 parent ca3f82c commit 121cb84

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cas-client-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<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">
2222
<parent>
2323
<groupId>org.apereo.cas.client</groupId>
24-
<version>4.0.4-SNAPSHOT</version>
24+
<version>4.0.4</version>
2525
<artifactId>cas-client</artifactId>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>cas-client</artifactId>
2525
<groupId>org.apereo.cas.client</groupId>
26-
<version>4.0.4-SNAPSHOT</version>
26+
<version>4.0.4</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<name>Apereo 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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>cas-client</artifactId>
2525
<groupId>org.apereo.cas.client</groupId>
26-
<version>4.0.4-SNAPSHOT</version>
26+
<version>4.0.4</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

cas-client-support-saml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<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">
2222
<parent>
2323
<groupId>org.apereo.cas.client</groupId>
24-
<version>4.0.4-SNAPSHOT</version>
24+
<version>4.0.4</version>
2525
<artifactId>cas-client</artifactId>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

cas-client-support-springboot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<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">
2222
<parent>
2323
<groupId>org.apereo.cas.client</groupId>
24-
<version>4.0.4-SNAPSHOT</version>
24+
<version>4.0.4</version>
2525
<artifactId>cas-client</artifactId>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.apereo.cas.client</groupId>
29-
<version>4.0.4-SNAPSHOT</version>
29+
<version>4.0.4</version>
3030
<artifactId>cas-client</artifactId>
3131
<packaging>pom</packaging>
3232

0 commit comments

Comments
 (0)