Skip to content

Commit baffe06

Browse files
committed
[maven-release-plugin] prepare release cas-client-4.0.1
1 parent d38028d commit baffe06

File tree

6 files changed

+657
-657
lines changed

6 files changed

+657
-657
lines changed

cas-client-core/pom.xml

+101-101
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,101 @@
1-
<!--
2-
3-
Licensed to Apereo under one or more contributor license
4-
agreements. See the NOTICE file distributed with this work
5-
for additional information regarding copyright ownership.
6-
Apereo licenses this file to you under the Apache License,
7-
Version 2.0 (the "License"); you may not use this file
8-
except in compliance with the License. You may obtain a
9-
copy of the License at the following location:
10-
11-
http://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing,
14-
software distributed under the License is distributed on an
15-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
KIND, either express or implied. See the License for the
17-
specific language governing permissions and limitations
18-
under the License.
19-
20-
-->
21-
<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>
23-
<groupId>org.apereo.cas.client</groupId>
24-
<version>4.0.1-SNAPSHOT</version>
25-
<artifactId>cas-client</artifactId>
26-
</parent>
27-
<modelVersion>4.0.0</modelVersion>
28-
<artifactId>cas-client-core</artifactId>
29-
<packaging>jar</packaging>
30-
<name>Apereo CAS Client for Java - Core</name>
31-
32-
<build>
33-
<plugins>
34-
<plugin>
35-
<groupId>org.apache.maven.plugins</groupId>
36-
<artifactId>maven-jar-plugin</artifactId>
37-
<version>3.3.0</version>
38-
<executions>
39-
<execution>
40-
<goals>
41-
<goal>test-jar</goal>
42-
</goals>
43-
</execution>
44-
</executions>
45-
</plugin>
46-
</plugins>
47-
</build>
48-
49-
<dependencies>
50-
<dependency>
51-
<groupId>xml-security</groupId>
52-
<artifactId>xmlsec</artifactId>
53-
<version>${xmlsec.version}</version>
54-
<scope>runtime</scope>
55-
<optional>true</optional>
56-
</dependency>
57-
58-
<dependency>
59-
<groupId>com.fasterxml.jackson.core</groupId>
60-
<artifactId>jackson-databind</artifactId>
61-
</dependency>
62-
63-
<dependency>
64-
<groupId>org.springframework</groupId>
65-
<artifactId>spring-beans</artifactId>
66-
<version>${spring.version}</version>
67-
<scope>provided</scope>
68-
</dependency>
69-
70-
<dependency>
71-
<groupId>org.springframework</groupId>
72-
<artifactId>spring-web</artifactId>
73-
<scope>provided</scope>
74-
</dependency>
75-
76-
<dependency>
77-
<groupId>org.springframework</groupId>
78-
<artifactId>spring-test</artifactId>
79-
<scope>test</scope>
80-
</dependency>
81-
82-
<dependency>
83-
<groupId>org.springframework</groupId>
84-
<artifactId>spring-core</artifactId>
85-
<scope>test</scope>
86-
</dependency>
87-
88-
<dependency>
89-
<groupId>org.springframework</groupId>
90-
<artifactId>spring-context</artifactId>
91-
<scope>test</scope>
92-
</dependency>
93-
94-
<dependency>
95-
<groupId>log4j</groupId>
96-
<artifactId>log4j</artifactId>
97-
<scope>test</scope>
98-
</dependency>
99-
</dependencies>
100-
101-
</project>
1+
<!--
2+
3+
Licensed to Apereo under one or more contributor license
4+
agreements. See the NOTICE file distributed with this work
5+
for additional information regarding copyright ownership.
6+
Apereo licenses this file to you under the Apache License,
7+
Version 2.0 (the "License"); you may not use this file
8+
except in compliance with the License. You may obtain a
9+
copy of the License at the following location:
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
20+
-->
21+
<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>
23+
<groupId>org.apereo.cas.client</groupId>
24+
<version>4.0.1</version>
25+
<artifactId>cas-client</artifactId>
26+
</parent>
27+
<modelVersion>4.0.0</modelVersion>
28+
<artifactId>cas-client-core</artifactId>
29+
<packaging>jar</packaging>
30+
<name>Apereo CAS Client for Java - Core</name>
31+
32+
<build>
33+
<plugins>
34+
<plugin>
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-jar-plugin</artifactId>
37+
<version>3.3.0</version>
38+
<executions>
39+
<execution>
40+
<goals>
41+
<goal>test-jar</goal>
42+
</goals>
43+
</execution>
44+
</executions>
45+
</plugin>
46+
</plugins>
47+
</build>
48+
49+
<dependencies>
50+
<dependency>
51+
<groupId>xml-security</groupId>
52+
<artifactId>xmlsec</artifactId>
53+
<version>${xmlsec.version}</version>
54+
<scope>runtime</scope>
55+
<optional>true</optional>
56+
</dependency>
57+
58+
<dependency>
59+
<groupId>com.fasterxml.jackson.core</groupId>
60+
<artifactId>jackson-databind</artifactId>
61+
</dependency>
62+
63+
<dependency>
64+
<groupId>org.springframework</groupId>
65+
<artifactId>spring-beans</artifactId>
66+
<version>${spring.version}</version>
67+
<scope>provided</scope>
68+
</dependency>
69+
70+
<dependency>
71+
<groupId>org.springframework</groupId>
72+
<artifactId>spring-web</artifactId>
73+
<scope>provided</scope>
74+
</dependency>
75+
76+
<dependency>
77+
<groupId>org.springframework</groupId>
78+
<artifactId>spring-test</artifactId>
79+
<scope>test</scope>
80+
</dependency>
81+
82+
<dependency>
83+
<groupId>org.springframework</groupId>
84+
<artifactId>spring-core</artifactId>
85+
<scope>test</scope>
86+
</dependency>
87+
88+
<dependency>
89+
<groupId>org.springframework</groupId>
90+
<artifactId>spring-context</artifactId>
91+
<scope>test</scope>
92+
</dependency>
93+
94+
<dependency>
95+
<groupId>log4j</groupId>
96+
<artifactId>log4j</artifactId>
97+
<scope>test</scope>
98+
</dependency>
99+
</dependencies>
100+
101+
</project>
+68-68
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
Licensed to Apereo under one or more contributor license
5-
agreements. See the NOTICE file distributed with this work
6-
for additional information regarding copyright ownership.
7-
Apereo licenses this file to you under the Apache License,
8-
Version 2.0 (the "License"); you may not use this file
9-
except in compliance with the License. You may obtain a
10-
copy of the License at the following location:
11-
12-
http://www.apache.org/licenses/LICENSE-2.0
13-
14-
Unless required by applicable law or agreed to in writing,
15-
software distributed under the License is distributed on an
16-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17-
KIND, either express or implied. See the License for the
18-
specific language governing permissions and limitations
19-
under the License.
20-
21-
-->
22-
<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">
23-
<parent>
24-
<artifactId>cas-client</artifactId>
25-
<groupId>org.apereo.cas.client</groupId>
26-
<version>4.0.1-SNAPSHOT</version>
27-
</parent>
28-
<modelVersion>4.0.0</modelVersion>
29-
<name>Apereo CAS Client for Java - Distributed Proxy Storage Support: EhCache
30-
</name>
31-
32-
<artifactId>cas-client-support-distributed-ehcache</artifactId>
33-
<packaging>jar</packaging>
34-
35-
<dependencies>
36-
<dependency>
37-
<groupId>org.apereo.cas.client</groupId>
38-
<artifactId>cas-client-core</artifactId>
39-
<version>${project.version}</version>
40-
<type>jar</type>
41-
<scope>compile</scope>
42-
</dependency>
43-
44-
45-
46-
<dependency>
47-
<groupId>org.ehcache</groupId>
48-
<artifactId>ehcache</artifactId>
49-
<version>${ehcache.version}</version>
50-
<scope>compile</scope>
51-
<type>jar</type>
52-
<exclusions>
53-
<exclusion>
54-
<groupId>javax.xml.bind</groupId>
55-
<artifactId>jaxb-api</artifactId>
56-
</exclusion>
57-
<exclusion>
58-
<groupId>com.sun.xml.fastinfoset</groupId>
59-
<artifactId>FastInfoset</artifactId>
60-
</exclusion>
61-
<exclusion>
62-
<groupId>com.sun.istack</groupId>
63-
<artifactId>istack-commons-runtime</artifactId>
64-
</exclusion>
65-
</exclusions>
66-
</dependency>
67-
</dependencies>
68-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Licensed to Apereo under one or more contributor license
5+
agreements. See the NOTICE file distributed with this work
6+
for additional information regarding copyright ownership.
7+
Apereo licenses this file to you under the Apache License,
8+
Version 2.0 (the "License"); you may not use this file
9+
except in compliance with the License. You may obtain a
10+
copy of the License at the following location:
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing,
15+
software distributed under the License is distributed on an
16+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17+
KIND, either express or implied. See the License for the
18+
specific language governing permissions and limitations
19+
under the License.
20+
21+
-->
22+
<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">
23+
<parent>
24+
<artifactId>cas-client</artifactId>
25+
<groupId>org.apereo.cas.client</groupId>
26+
<version>4.0.1</version>
27+
</parent>
28+
<modelVersion>4.0.0</modelVersion>
29+
<name>Apereo CAS Client for Java - Distributed Proxy Storage Support: EhCache
30+
</name>
31+
32+
<artifactId>cas-client-support-distributed-ehcache</artifactId>
33+
<packaging>jar</packaging>
34+
35+
<dependencies>
36+
<dependency>
37+
<groupId>org.apereo.cas.client</groupId>
38+
<artifactId>cas-client-core</artifactId>
39+
<version>${project.version}</version>
40+
<type>jar</type>
41+
<scope>compile</scope>
42+
</dependency>
43+
44+
45+
46+
<dependency>
47+
<groupId>org.ehcache</groupId>
48+
<artifactId>ehcache</artifactId>
49+
<version>${ehcache.version}</version>
50+
<scope>compile</scope>
51+
<type>jar</type>
52+
<exclusions>
53+
<exclusion>
54+
<groupId>javax.xml.bind</groupId>
55+
<artifactId>jaxb-api</artifactId>
56+
</exclusion>
57+
<exclusion>
58+
<groupId>com.sun.xml.fastinfoset</groupId>
59+
<artifactId>FastInfoset</artifactId>
60+
</exclusion>
61+
<exclusion>
62+
<groupId>com.sun.istack</groupId>
63+
<artifactId>istack-commons-runtime</artifactId>
64+
</exclusion>
65+
</exclusions>
66+
</dependency>
67+
</dependencies>
68+
</project>

0 commit comments

Comments
 (0)