We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb11b0 commit d5109ccCopy full SHA for d5109cc
.github/project.yml
@@ -1,3 +1,3 @@
1
release:
2
- current-version: 0.0.1
+ current-version: 0.0.2
3
next-version: 999-SNAPSHOT
pom.xml
@@ -115,6 +115,10 @@
115
116
<build>
117
<plugins>
118
+ <plugin>
119
+ <artifactId>maven-plugin-plugin</artifactId>
120
+ <version>3.15.0</version>
121
+ </plugin>
122
<plugin>
123
<groupId>net.revelc.code.formatter</groupId>
124
<artifactId>formatter-maven-plugin</artifactId>
0 commit comments