Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huanmeng-qwq committed Mar 17, 2023
1 parent c9e7189 commit 25255dc
Showing 1 changed file with 11 additions and 32 deletions.
43 changes: 11 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
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>

<artifactId>Bukkit-Gui</artifactId>
<groupId>com.huanmeng-qwq</groupId>
<version>1.0</version>
<packaging>jar</packaging>

<name>Gui</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
Expand All @@ -22,6 +15,16 @@
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
</properties>

<artifactId>Bukkit-Gui</artifactId>
<groupId>com.huanmeng-qwq</groupId>
<version>1.1</version>

<name>Gui</name>
<url>https://github.com/huanmeng-qwq/Gui</url>
<description>Bukkit Gui</description>

<packaging>jar</packaging>

<scm>
<connection>scm:git:git@github.com:huanmeng-qwq/Gui.git</connection>
<developerConnection>scm:git:git@github.com:huanmeng-qwq/Gui.git</developerConnection>
Expand All @@ -40,15 +43,13 @@
</repository>
</distributionManagement>

<url>https://github.com/huanmeng-qwq/Gui</url>
<description>Bukkit Gui</description>

<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<developers>
<developer>
<name>huanmeng-qwq</name>
Expand Down Expand Up @@ -114,28 +115,6 @@
<nowarn>true</nowarn>
</configuration>
</plugin>

<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
<!-- <version>3.4.1</version>-->
<!-- <configuration>-->
<!-- <classifier>javadoc</classifier>-->
<!-- <detectJavaApiLink>false</detectJavaApiLink>-->
<!-- <encoding>UTF-8</encoding>-->
<!-- <charset>UTF-8</charset>-->
<!-- <docencoding>UTF-8</docencoding>-->
<!-- <locale>zh_CN</locale>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>attach-javadocs</id>-->
<!-- <goals>-->
<!-- <goal>jar</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
Expand Down

0 comments on commit 25255dc

Please sign in to comment.