Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 19, 2015
1 parent 53effb6 commit 83d5076
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 30 deletions.
5 changes: 2 additions & 3 deletions cas-management-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
~ under the License.
-->

<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">
<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">
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-management-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>cas-server</artifactId>
<groupId>org.jasig.cas</groupId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-core-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>cas-server</artifactId>
<groupId>org.jasig.cas</groupId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-extension-clearpass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>cas-server</artifactId>
<groupId>org.jasig.cas</groupId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<artifactId>cas-server-extension-clearpass</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-ehcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-integration-ehcache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-integration-hazelcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-integration-jboss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-integration-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-integration-mongo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-restlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-integration-restlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-generic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-legacy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-oauth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-openid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-pac4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-pac4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-radius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-radius</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-saml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-spnego/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-spnego</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-trusted/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-trusted</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-x509/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-support-x509</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-uber-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>cas-server</artifactId>
<groupId>org.jasig.cas</groupId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-webapp-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-webapp-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-server-webapp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<packaging>pom</packaging>
<name>Apereo Central Authentication Service</name>
<description>Apereo CAS SSO server libraries and Web application.</description>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
<url>http://www.jasig.org/cas/</url>
<inceptionYear>2004</inceptionYear>

Expand Down Expand Up @@ -191,7 +191,7 @@
<connection>scm:git:[email protected]:Jasig/cas.git</connection>
<developerConnection>scm:git:[email protected]:Jasig/cas.git</developerConnection>
<url>https://github.com/Jasig/cas</url>
<tag>HEAD</tag>
<tag>v4.1.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 83d5076

Please sign in to comment.