Skip to content

Commit d5109cc

Browse files
committed
0.0.2
1 parent 0bb11b0 commit d5109cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
2-
current-version: 0.0.1
2+
current-version: 0.0.2
33
next-version: 999-SNAPSHOT

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115

116116
<build>
117117
<plugins>
118+
<plugin>
119+
<artifactId>maven-plugin-plugin</artifactId>
120+
<version>3.15.0</version>
121+
</plugin>
118122
<plugin>
119123
<groupId>net.revelc.code.formatter</groupId>
120124
<artifactId>formatter-maven-plugin</artifactId>

0 commit comments

Comments
 (0)