mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-16 12:28:08 +00:00
[AB-xxx] adding github actions pipelines
adding release plugin
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -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>
|
||||
Reference in New Issue
Block a user