Skip to content

Commit

Permalink
Merge branch 'main' of github.com:p2-inc/keycloak-idp-oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Nov 29, 2024
2 parents b5a102f + c60d089 commit 068260d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.phasetwo.keycloak</groupId>
<artifactId>keycloak-idp-oauth2</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.3-SNAPSHOT</version>

<parent>
<groupId>com.github.xgp</groupId>
Expand Down Expand Up @@ -50,6 +48,14 @@
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<configuration>
<source>${java.version}</source>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 068260d

Please sign in to comment.