Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Aug 12, 2020
1 parent d136eef commit 821f294
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions AtlasParent/Atlas/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>atlas-parent</artifactId>
<groupId>cc.funkemunky.utils</groupId>
<version>1.8.3.1</version>
<version>1.8.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Atlas</artifactId>
<version>1.8.3.1</version>
<version>1.8.3.2</version>
<scm>
<connection>scm:svn:http://127.0.0.1/dummy</connection>
<developerConnection>scm:svn:https://127.0.0.1/dummy</developerConnection>
Expand Down
4 changes: 2 additions & 2 deletions AtlasParent/Atlas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>cc.funkemunky.utils</groupId>
<version>1.8.3.1</version>
<version>1.8.3.2</version>
<artifactId>atlas-parent</artifactId>
</parent>

<artifactId>Atlas</artifactId>
<version>1.8.3.1</version>
<version>1.8.3.2</version>

<scm>
<connection>scm:svn:http://127.0.0.1/dummy</connection>
Expand Down
2 changes: 1 addition & 1 deletion AtlasParent/AtlasBungee/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.github.bungee</groupId>
<artifactId>BungeeCord-1.8</artifactId>
<version>1.8.3.1</version>
<version>1.8.3.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
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.8.3.1</version>
<version>1.8.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions AtlasParent/AtlasExample/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.8.3.1</version>
<version>1.8.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>cc.funkemunky.utils</groupId>
<artifactId>Atlas</artifactId>
<version>1.8.3.1</version>
<version>1.8.3.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
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.8.3.1</version>
<version>1.8.3.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<release.identifier>RELEASE</release.identifier>
Expand Down

0 comments on commit 821f294

Please sign in to comment.