Issue #100 Bump minor version due to refactoring.

This commit is contained in:
Marvin S. Addison 2015-05-11 12:09:00 -04:00
parent 1edef62ecb
commit f5b2275913
13 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<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> <parent>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -8,7 +8,7 @@ import java.nio.charset.Charset;
* IO utility class. * IO utility class.
* *
* @author Marvin S. Addison * @author Marvin S. Addison
* @since 3.3.4 * @since 3.4
*/ */
public final class IOUtils { public final class IOUtils {

View File

@ -10,7 +10,7 @@ import java.util.Map;
* Namespace context implementation backed by a map of XML prefixes to namespace URIs. * Namespace context implementation backed by a map of XML prefixes to namespace URIs.
* *
* @author Marvin S. Addison * @author Marvin S. Addison
* @since 3.3.4 * @since 3.4
*/ */
public class MapNamespaceContext implements NamespaceContext { public class MapNamespaceContext implements NamespaceContext {

View File

@ -11,7 +11,7 @@ import javax.xml.xpath.*;
* Thread local XPath expression. * Thread local XPath expression.
* *
* @author Marvin S. Addison * @author Marvin S. Addison
* @since 3.3.4 * @since 3.4
*/ */
public class ThreadLocalXPathExpression extends ThreadLocal<XPathExpression> implements XPathExpression { public class ThreadLocalXPathExpression extends ThreadLocal<XPathExpression> implements XPathExpression {

View File

@ -1,7 +1,7 @@
<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> <parent>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -1,7 +1,7 @@
<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> <parent>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache <name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -1,7 +1,7 @@
<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> <parent>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas.client</groupId> <groupId>org.jasig.cas.client</groupId>
<version>3.3.4-SNAPSHOT</version> <version>3.4.0-SNAPSHOT</version>
<artifactId>cas-client</artifactId> <artifactId>cas-client</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>