Skip to content

Commit

Permalink
v1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Jan 16, 2022
1 parent b873c11 commit 9d020a5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions AtlasParent/Atlas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>cc.funkemunky.utils</groupId>
<version>1.11.2.1</version>
<version>1.11.3</version>
<artifactId>atlas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Expand All @@ -13,7 +13,7 @@

<scm>
<developerConnection>scm:git:https://github.com/funkemunky/Atlas</developerConnection>
<tag>1.11.1</tag>
<tag>1.11.3</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/AtlasBukkit/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.11.2.1</version>
<version>1.11.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/AtlasBungee/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.11.2.1</version>
<version>1.11.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions AtlasParent/AtlasExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>atlas-parent</artifactId>
<groupId>cc.funkemunky.utils</groupId>
<version>1.11.2.1</version>
<version>1.11.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>cc.funkemunky.example</groupId>
<artifactId>AtlasExample</artifactId>
<version>1.11.2.1</version>
<version>1.11.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>cc.funkemunky.utils</groupId>
<artifactId>Atlas</artifactId>
<version>1.11.2.1</version>
<version>1.11.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/AtlasVelocity/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.11.2.1</version>
<version>1.11.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/Atlas_Compat_1_18/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.11.2.1</version>
<version>1.11.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>cc.funkemunky.utils</groupId>
<artifactId>atlas-parent</artifactId>
<packaging>pom</packaging>
<version>1.11.2.1</version>
<version>1.11.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9d020a5

Please sign in to comment.