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

Commit

Permalink
[maven-release-plugin] prepare release cas-mfa-1.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Jun 17, 2015
1 parent 00afb8f commit dde1221
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cas-mfa-authy-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-authy-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-authy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-authy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-duo-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-duo-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-duo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-duo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-java</artifactId>
Expand Down
20 changes: 14 additions & 6 deletions cas-mfa-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-overlay</artifactId>
Expand All @@ -30,11 +30,12 @@
<overlays>

<!-- Include to add support for strong-two-factor -->

<!--
<overlay>
<groupId>net.unicon</groupId>
<artifactId>cas-mfa-s2f</artifactId>
</overlay>
-->

<!-- Include to add support for Authy -->
<!--
Expand All @@ -53,12 +54,11 @@
-->

<!-- Include to add support for Duo -->
<!--

<overlay>
<groupId>net.unicon</groupId>
<artifactId>cas-mfa-duo-web</artifactId>
</overlay>
-->

<!-- Include to add support for YubiKey -->
<!--
Expand Down Expand Up @@ -154,23 +154,31 @@

<!-- Include to add support for strong-two-factor -->

<!--
<dependency>
<groupId>net.unicon</groupId>
<artifactId>cas-mfa-s2f</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
-->

<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-extension-clearpass</artifactId>
<version>${cas.version}</version>
<scope>runtime</scope>
</dependency>

<!-- Include to add support for Duo Security -->
<!--

<dependency>
<groupId>net.unicon</groupId>
<artifactId>cas-mfa-duo-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
-->


<!-- Include to add support for YubiKey -->
<!--
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-radius-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-radius-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-s2f/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-s2f</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-toopher-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-toopher-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-toopher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-toopher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cas-mfa-yubikey-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cas-mfa</artifactId>
<groupId>net.unicon</groupId>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cas-mfa-yubikey-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<name>CAS MFA Parent</name>
<description>Jasig CAS SSO server multifactor authentication libraries and web application.</description>
<version>1.0.0-RC3-SNAPSHOT</version>
<version>1.0.0-RC3</version>
<url>https://github.com/Unicon/cas-mfa</url>
<inceptionYear>2013</inceptionYear>
<organization>
Expand Down

0 comments on commit dde1221

Please sign in to comment.