Skip to content
This repository was archived by the owner on Nov 3, 2017. It is now read-only.

Commit e05ebb1

Browse files
[maven-release-plugin] prepare release cas-mfa-2.0.0-RC1
1 parent 3a6b5fe commit e05ebb1

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

cas-mfa-duo-web/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-mfa</artifactId>
55
<groupId>net.unicon</groupId>
6-
<version>2.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cas-mfa-duo-web</artifactId>

cas-mfa-duo/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-mfa</artifactId>
55
<groupId>net.unicon</groupId>
6-
<version>2.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cas-mfa-duo</artifactId>

cas-mfa-java/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-mfa</artifactId>
55
<groupId>net.unicon</groupId>
6-
<version>2.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cas-mfa-java</artifactId>

cas-mfa-overlay/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-mfa</artifactId>
55
<groupId>net.unicon</groupId>
6-
<version>2.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cas-mfa-overlay</artifactId>

cas-mfa-web/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<parent>
54
<artifactId>cas-mfa</artifactId>
65
<groupId>net.unicon</groupId>
7-
<version>2.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>cas-mfa-web</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>pom</packaging>
1212
<name>CAS MFA Parent</name>
1313
<description>Apereo CAS SSO server multifactor authentication libraries and web application.</description>
14-
<version>2.0.0-RC1-SNAPSHOT</version>
14+
<version>2.0.0-RC1</version>
1515
<url>https://github.com/Unicon/cas-mfa</url>
1616
<inceptionYear>2015</inceptionYear>
1717
<organization>

0 commit comments

Comments
 (0)