Skip to content

Commit

Permalink
Fix special sources versions (#75)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml
  • Loading branch information
rowan-vr authored Oct 17, 2022
1 parent b9f8593 commit 23ebf7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions spigot_1_17_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -113,4 +113,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions spigot_1_18_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -113,4 +113,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions spigot_1_18_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -113,4 +113,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions spigot_1_19_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -113,4 +113,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 23ebf7b

Please sign in to comment.