Compare commits

...

13 Commits

2151 changed files with 103 additions and 76 deletions

1
.gitignore vendored
View File

@@ -14,7 +14,6 @@ target/
# Package Files #
*.jar
*.nar
*.ear
*.zip
*.tar.gz

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>abstracto-modules</artifactId>
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
<version>1.4.43</version>
<version>1.4.47</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>abstracto-modules</artifactId>
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
<version>1.4.43</version>
<version>1.4.47</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -4,13 +4,13 @@
<parent>
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
<artifactId>abstracto-modules</artifactId>
<version>1.4.43</version>
<version>1.4.47</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>core</artifactId>
<version>1.4.43</version>
<version>1.4.47</version>
<build>
<plugins>

Some files were not shown because too many files have changed in this diff Show More