[AB-xxx] adding github actions pipelines

adding release plugin
This commit is contained in:
Sheldan
2021-03-13 02:20:34 +01:00
parent cf03520397
commit b6cfc99eb7
3 changed files with 71 additions and 0 deletions

12
pom.xml
View File

@@ -24,6 +24,7 @@
<scm>
<url>https://maven.pkg.github.com/Sheldan/abstracto-templates</url>
<developerConnection>scm:git:git@github.com:Sheldan/abstracto-templates.git</developerConnection>
</scm>
<repositories>
@@ -38,4 +39,15 @@
<maven.build.timestamp.format>yyyy/MM/dd HH:mm</maven.build.timestamp.format>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>