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

Commit

Permalink
Merge branch 'hotfix/0.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Apr 9, 2022
2 parents 205c33b + 4cedcb7 commit 841b7b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modpackdownloader-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</parent>

<artifactId>modpackdownloader-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modpackdownloader-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</parent>

<artifactId>modpackdownloader-core</artifactId>

<name>Modpack Downloader Core</name>

<properties>
<log4j.version>2.17.0</log4j.version>
<log4j.version>2.17.1</log4j.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modpackdownloader-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</parent>

<artifactId>modpackdownloader-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<packaging>pom</packaging>

<name>Modpack Downloader</name>
Expand Down

0 comments on commit 841b7b5

Please sign in to comment.