Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17
Browse files Browse the repository at this point in the history
Merge 4.1 hotfix into main
  • Loading branch information
V1nc3ntWasTaken committed Aug 18, 2022
2 parents 416e7a6 + 171a44b commit 3f4edb5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ body:
label: NoEncryption Version
description: What NoEncryption version is your server running (Must be using V1nc3ntWasTaken's fork)?
options:
- 4.2
- 4.1
- 4.0
- 3.2
Expand Down
4 changes: 2 additions & 2 deletions 1.19.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>me.doclic</groupId>
<artifactId>NoEncryption</artifactId>
<version>4.1</version>
<version>4.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -89,7 +89,7 @@
<inputFile>${project.build.directory}/${parent.artifactId}-v${project.version}--${compatibleVersion}_only-remapped_obf.jar</inputFile>
<srgIn>org.spigotmc:minecraft-server:1.19.1-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn>
<remappedDependencies>org.spigotmc:spigot:1.19.1-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies>
<finalName>${parent.artifactId}-v${project.version}--${compatibleVersion}_only-remapped</finalName>
<finalName>${parent.artifactId}-v${project.version}--${compatibleVersion}_only<!-- -remapped--></finalName>
</configuration>
</execution>
</executions>
Expand Down
4 changes: 2 additions & 2 deletions 1.19.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>me.doclic</groupId>
<artifactId>NoEncryption</artifactId>
<version>4.1</version>
<version>4.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -90,7 +90,7 @@
<inputFile>${project.build.directory}/${parent.artifactId}-v${project.version}--${compatibleVersion}_only-remapped_obf.jar</inputFile>
<srgIn>org.spigotmc:minecraft-server:1.19.2-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn>
<remappedDependencies>org.spigotmc:spigot:1.19.2-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies>
<finalName>${parent.artifactId}-v${project.version}--${compatibleVersion}_only-remapped</finalName>
<finalName>${parent.artifactId}-v${project.version}--${compatibleVersion}_only<!-- -remapped--></finalName>
</configuration>
</execution>
</executions>
Expand Down
4 changes: 2 additions & 2 deletions 1.19/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>me.doclic</groupId>
<artifactId>NoEncryption</artifactId>
<version>4.1</version>
<version>4.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -90,7 +90,7 @@
<inputFile>${project.build.directory}/${parent.artifactId}-v${project.version}--${compatibleVersion}_only-remapped_obf.jar</inputFile>
<srgIn>org.spigotmc:minecraft-server:1.19-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn>
<remappedDependencies>org.spigotmc:spigot:1.19-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies>
<finalName>${parent.artifactId}-v${project.version}--${compatibleVersion}_only-remapped</finalName>
<finalName>${parent.artifactId}-v${project.version}--${compatibleVersion}_only<!-- -remapped--></finalName>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1
4.2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.doclic</groupId>
<artifactId>NoEncryption</artifactId>
<version>4.1</version>
<version>4.2</version>
<packaging>pom</packaging>

<name>NoEncryption</name>
Expand Down

0 comments on commit 3f4edb5

Please sign in to comment.