Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Bumped version to 1.6.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSec812 committed Apr 25, 2017
1 parent fb6cf4f commit 93a5224
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,31 @@

<groupId>org.sonarqube.auth.google</groupId>
<artifactId>sonar-auth-googleoauth-plugin</artifactId>
<version>1.6.1</version>
<version>1.6.2-SNAPSHOT</version>
<packaging>sonar-plugin</packaging>
<name>Google Authentication for SonarQube</name>
<description>Google Authentication for SonarQube</description>
<inceptionYear>2016</inceptionYear>
<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
<name>Zanclus Consulting</name>
<url>http://www.zanclus.com/</url>
</organization>
<url>https://github.com/InfoSec812/sonar-auth-google</url>
<description><![CDATA[
A plugin for SonarQube which provides the ability to authenticate using Google's OAuth2 service.
The plugin can also be configured via the Google Developer's Console to limit the authentication domain. Compatible
with SonarQube version 5.6 and higher.
]]></description>
<developers>
<developer>
<organization>Zanclus Consulting</organization>
<name>Joseph "Deven" Phillips (InfoSec812)</name>
<url>https://github.com/InfoSec812</url>
<roles>
<role>maintainer</role>
</roles>
<id>InfoSec812</id>
</developer>
</developers>
<licenses>
<license>
<name>GNU LGPL 3</name>
Expand Down

0 comments on commit 93a5224

Please sign in to comment.