Skip to content

Commit

Permalink
1.5.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Aug 19, 2019
1 parent 414a5a2 commit 6c7a7fe
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions AtlasParent/Atlas/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Sun Aug 18 13:00:41 EDT 2019
buildNumber=300
#Mon Aug 19 15:36:03 EDT 2019
buildNumber=302
2 changes: 1 addition & 1 deletion AtlasParent/Atlas/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>atlas-parent</artifactId>
<groupId>cc.funkemunky.utils</groupId>
<version>1.5</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cc.funkemunky.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/Atlas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>cc.funkemunky.utils</groupId>
<version>1.5</version>
<version>1.5.1</version>
<artifactId>atlas-parent</artifactId>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@Getter
public class Updater {
private int update = -1, currentUpdate = 44;
private int update = -1, currentUpdate = 45;
private String version, downloadLink;
private File pluginLocation;
private boolean importantUpdate = true;
Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/Atlas/target/classes/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Atlas
main: cc.funkemunky.api.Atlas
version: 1.5
version: 1.5.1
author: funkemunky
api-version: 1.13
commands:
Expand Down
4 changes: 2 additions & 2 deletions AtlasParent/AtlasBungee/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Sun Aug 18 13:00:41 EDT 2019
buildNumber=194
#Mon Aug 19 15:36:03 EDT 2019
buildNumber=196
2 changes: 1 addition & 1 deletion AtlasParent/AtlasBungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>atlas-parent</artifactId>
<groupId>cc.funkemunky.utils</groupId>
<version>1.5</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/AtlasBungee/target/classes/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AtlasBungee
main: cc.funkemunky.bungee.AtlasBungee
version: 1.5
version: 1.5.1
author: funkemunky
4 changes: 2 additions & 2 deletions AtlasParent/AtlasBungee/target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Sun Aug 18 13:00:45 EDT 2019
version=1.5
#Mon Aug 19 15:36:05 EDT 2019
version=1.5.1
groupId=cc.funkemunky.utils
artifactId=AtlasBungee
2 changes: 1 addition & 1 deletion AtlasParent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>cc.funkemunky.utils</groupId>
<artifactId>atlas-parent</artifactId>
<packaging>pom</packaging>
<version>1.5</version>
<version>1.5.1</version>

<build>
<plugins>
Expand Down

0 comments on commit 6c7a7fe

Please sign in to comment.