Skip to content

Commit

Permalink
pom.xml: add more properties
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Feb 7, 2023
1 parent b7c9f09 commit b289600
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>

<name>keycloak-gsis-providers</name>
<description>This Keycloak plugin adds production and testing identity providers for using GSIS OAuth 2 Services</description>
<url>https://github.com/cti-nts/keycloak-gsis-providers</url>

<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/cti-nts/keycloak-gsis-providers.git</connection>
<url>https://github.com/cti-nts/keycloak-gsis-providers/tree/main</url>
</scm>

<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b289600

Please sign in to comment.