Skip to content

Commit

Permalink
revert to 2.0.0-RC3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme LELEU committed Mar 27, 2017
1 parent e2c039d commit e412997
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It provides a comprehensive set of [**concepts and components**](http://www.pac4

## Versions

The version **2.0.0-SNAPSHOT** is under development. Maven artifacts are built via Travis: [![Build Status](https://travis-ci.org/pac4j/pac4j.png?branch=master)](https://travis-ci.org/pac4j/pac4j) and available in the [Sonatype snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/org/pac4j).
The version **2.0.0-RC3-SNAPSHOT** is under development. Maven artifacts are built via Travis: [![Build Status](https://travis-ci.org/pac4j/pac4j.png?branch=master)](https://travis-ci.org/pac4j/pac4j) and available in the [Sonatype snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/org/pac4j).

The source code can be cloned and locally built via Maven:

Expand Down
2 changes: 1 addition & 1 deletion pac4j-cas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-cas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-gae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-gae</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-mongo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-oauth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-oidc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-openid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-saml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-sql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-stormpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pac4j</groupId>
<artifactId>pac4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
</parent>

<artifactId>pac4j-stormpath</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>pac4j</artifactId>
<packaging>pom</packaging>
<name>pac4j</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC3-SNAPSHOT</version>
<description>Profile &amp; Authentication Client for Java</description>
<url>https://github.com/pac4j/pac4j</url>

Expand Down

0 comments on commit e412997

Please sign in to comment.