We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf97dbe commit cd2f9beCopy full SHA for cd2f9be
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.dominokit</groupId>
6
<artifactId>domino-slf4j-logger</artifactId>
7
- <version>1.0.4</version>
+ <version>HEAD-SNAPSHOT</version>
8
9
<packaging>jar</packaging>
10
@@ -61,7 +61,7 @@
61
62
<properties>
63
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
64
- <next.release.version>1.0.4</next.release.version>
+ <next.release.version>1.0.5</next.release.version>
65
66
<maven.compiler.source>11</maven.compiler.source>
67
<maven.compiler.target>11</maven.compiler.target>
0 commit comments