We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83845e0 commit dd3199eCopy full SHA for dd3199e
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.1.0</modelVersion>
6
<groupId>dev.ikm.build</groupId>
7
<artifactId>gitub-actions-test-parent</artifactId>
8
- <version>12.59.10-SNAPSHOT</version>
+ <version>${revision}</version>
9
<name>GitHub Actions General Build Parent</name>
10
<description>
11
The General Parent that helps to define the build processes that should be used across projects, regardless of.
@@ -51,7 +51,7 @@
51
</organization>
52
53
<properties>
54
- <revision>12.59.9-SNAPSHOT</revision>
+ <revision>12.59.10-SNAPSHOT</revision>
55
<!-- Project Encoding -->
56
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
57
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
0 commit comments