Skip to content

Commit

Permalink
Update spigot dependancy to LATEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Reldeam committed Jan 27, 2022
1 parent 82ff554 commit 46aa5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
25 changes: 1 addition & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version><!--change this value depending on the version or use LATEST-->
<version>LATEST</version> <!-- 1.18.1-R0.1-SNAPSHOT -->
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand All @@ -61,27 +61,4 @@
</plugins>
</build>

<!--
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
-->

</project>
4 changes: 2 additions & 2 deletions release.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#release configuration
#Thu Jan 27 11:30:10 AEDT 2022
#Thu Jan 27 11:30:51 AEDT 2022
projectVersionPolicyId=default
scm.tagNameFormat=@{project.artifactId}-@{project.version}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
pushChanges=true
completedPhase=check-poms
completedPhase=scm-check-modifications
scm.url=scm\:git\:https\://github.com/Reldeam/CustomVillagerTrades
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify

0 comments on commit 46aa5ba

Please sign in to comment.