Skip to content

Commit

Permalink
docs: add meta data and polish description in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Sep 28, 2023
1 parent 0c24cb1 commit 92c2ae1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
<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>org.keycloak</groupId>
<artifactId>keycloak-services-social-weixin</artifactId>
<packaging>pom</packaging>
<version>0.5.6</version>

<name>Keycloak Services Social WeiXin</name>
<description/>
<description>Keycloak 微信登录插件,支持 PC 端扫码登录、关注公众号即登录、手机微信等登录方式。</description>
<url>https://zhuanlan.zhihu.com/p/652167012</url>

<licenses>
<license>
<name>MIT License</name>
<url>https://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<java.version>11</java.version>
<keycloak.version>22.0.1</keycloak.version>
</properties>

Expand Down

0 comments on commit 92c2ae1

Please sign in to comment.