Fixed package-name in plugin.yml, getting ready for release v1.7! (#83)

This commit is contained in:
Artemis-the-gr8 2022-08-17 17:22:59 +02:00
parent ff37999ccb
commit 329bc8fb10
3 changed files with 20 additions and 2 deletions

View File

@ -107,6 +107,7 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>deploy</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
@ -132,6 +133,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
@ -173,6 +175,10 @@
</dependencyLinks>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</build>
<repositories>
@ -213,6 +219,16 @@
<scope>compile</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<properties>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>

View File

@ -6,7 +6,7 @@
<groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<name>PlayerStats</name>
<description>Statistics Plugin</description>
@ -200,6 +200,7 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>deploy</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
@ -227,6 +228,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>

View File

@ -1,4 +1,4 @@
main: com.github.artemis.the.gr8.playerstats.Main
main: com.artemis.the.gr8.playerstats.Main
name: PlayerStats
version: 1.7
api-version: 1.13