Skip to content

Commit df8211c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0270596 commit df8211c

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

  • 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

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.1.12</version>
4+
<version>3.1.13-SNAPSHOT</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.1.12</version>
4+
<version>3.1.13-SNAPSHOT</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.1.12</version>
4+
<version>3.1.13-SNAPSHOT</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.1.12</version>
6+
<version>3.1.13-SNAPSHOT</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.1.12</version>
6+
<version>3.1.13-SNAPSHOT</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.1.12</version>
6+
<version>3.1.13-SNAPSHOT</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.1.12</version>
6+
<version>3.1.13-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache</name>

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.1.12</version>
6+
<version>3.1.13-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 4 additions & 4 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.1.12</version>
9+
<version>3.1.13-SNAPSHOT</version>
1010
<artifactId>cas-client</artifactId>
1111
<packaging>pom</packaging>
1212
<name>JA-SIG CAS Client for Java</name>
@@ -19,9 +19,9 @@
1919
<url>http://www.ja-sig.org/issues</url>
2020
</issueManagement>
2121
<scm>
22-
<connection>scm:svn:https://source.jasig.org/cas-clients/java-client/tags/cas-client-3.1.12</connection>
23-
<developerConnection>scm:svn:https://source.jasig.org/cas-clients/java-client/tags/cas-client-3.1.12</developerConnection>
24-
<url>https://source.jasig.org/cas-clients/java-client/tags/cas-client-3.1.12</url>
22+
<connection>scm:svn:https://source.jasig.org/cas-clients/java-client/trunk</connection>
23+
<developerConnection>scm:svn:https://source.jasig.org/cas-clients/java-client/trunk</developerConnection>
24+
<url>https://source.jasig.org/cas-clients/java-client/trunk</url>
2525
</scm>
2626
<inceptionYear>2006</inceptionYear>
2727

0 commit comments

Comments
 (0)