Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Dec 2, 2021
1 parent b6c12e5 commit c2ed045
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AtlasParent/Atlas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<parent>
<groupId>cc.funkemunky.utils</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<artifactId>atlas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>Atlas</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>

<scm>
<developerConnection>scm:git:https://github.com/funkemunky/Atlas</developerConnection>
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.10.0-SNAPSHOT</version>
<version>1.10.0</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.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>cc.funkemunky.example</groupId>
<artifactId>AtlasExample</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</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.10.0-SNAPSHOT</version>
<version>1.10.0</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.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
13 changes: 13 additions & 0 deletions AtlasParent/atlas-parent.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.projectlombok:lombok:1.18.20" level="project" />
</component>
</module>
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.10.0-SNAPSHOT</version>
<version>1.10.0</version>

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

0 comments on commit c2ed045

Please sign in to comment.