Skip to content

Commit

Permalink
Consistent maven property naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 23, 2024
1 parent 791a926 commit 3852889
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<artifactId>Dependencies</artifactId>

<properties>
<minecraftVersion>1.21</minecraftVersion>
<paperVersion>${minecraftVersion}-R0.1-SNAPSHOT</paperVersion>
<paper.version>1.21-R0.1-SNAPSHOT</paper.version>
</properties>
<repositories>
<repository>
Expand All @@ -39,7 +38,7 @@
<artifactItem>
<groupId>io.papermc.paper</groupId>
<artifactId>dev-bundle</artifactId>
<version>${paperVersion}</version>
<version>${paper.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}</outputDirectory>
Expand Down Expand Up @@ -86,7 +85,7 @@
<file>${basedir}/versions/${minecraftVersion}/paper-${minecraftVersion}.jar</file>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-server</artifactId>
<version>${paperVersion}</version>
<version>${paper.version}</version>
<classifier>mojang-mapped</classifier>
<packaging>jar</packaging>
<generatePom>true</generatePom>
Expand All @@ -96,6 +95,4 @@
</plugin>
</plugins>
</build>


</project>

0 comments on commit 3852889

Please sign in to comment.