mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-10 19:38:19 +00:00
Compare commits
28 Commits
feature/us
...
templates-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
414a0082b6 | ||
|
|
c26b8e6e71 | ||
|
|
26063ea5f8 | ||
|
|
484a2f1746 | ||
|
|
0a3c2cd48a | ||
|
|
3cb15ff676 | ||
|
|
b70812f74e | ||
|
|
9ad5124572 | ||
|
|
947d9a0723 | ||
|
|
a2dd8a1eac | ||
|
|
b6bf1fe079 | ||
|
|
6c09970cd1 | ||
|
|
9f9567fa14 | ||
|
|
c4da66ecfc | ||
|
|
9b1dc7c15c | ||
|
|
25ffd3aea3 | ||
|
|
8beb3a7669 | ||
|
|
870e82062e | ||
|
|
4d69c16a50 | ||
|
|
58e43bb68a | ||
|
|
a04b6e6a84 | ||
|
|
9eeefa175b | ||
|
|
5f6c7a364a | ||
|
|
09cc7ca545 | ||
|
|
55e39428e7 | ||
|
|
6f364df0e8 | ||
|
|
1b2b234330 | ||
|
|
2a68d74917 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -14,12 +14,7 @@ target/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 Sheldan
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>abstracto-modules</artifactId>
|
||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||
<version>1.4.39-SNAPSHOT</version>
|
||||
<version>1.4.47</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>abstracto-modules</artifactId>
|
||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||
<version>1.4.39-SNAPSHOT</version>
|
||||
<version>1.4.47</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||
<artifactId>abstracto-modules</artifactId>
|
||||
<version>1.4.39-SNAPSHOT</version>
|
||||
<version>1.4.47</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
<version>1.4.39-SNAPSHOT</version>
|
||||
<version>1.4.47</version>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user