We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb9c8b commit 51a6728Copy full SHA for 51a6728
changes.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 0.3.2
4
+
5
+- use github actions for tests, making releases and publishing
6
7
## 0.3.1
8
9
- fix builds in CI/CD pipeline
pom.xml
@@ -27,7 +27,7 @@
27
28
<properties>
29
30
- <revision>0.3.1</revision><!-- this is the project.version -->
+ <revision>0.3.2</revision><!-- this is the project.version -->
31
32
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments