We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5965410 commit f4986e8Copy full SHA for f4986e8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 1.3-SNAPSHOT
4
+
5
+**Updates**
6
7
8
## Version 1.2
9
10
**Updates**
pom.xml
@@ -4,7 +4,7 @@
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>Settings</artifactId>
- <version>1.2</version>
+ <version>1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Settings</name>
@@ -36,7 +36,7 @@
36
<scm>
37
<connection>scm:git:git@github.com:hylkevds/Settings.git</connection>
38
<developerConnection>scm:git:git@github.com:hylkevds/Settings.git</developerConnection>
39
- <tag>v1.2</tag>
+ <tag>HEAD</tag>
40
<url>https://github.com/FraunhoferIOSB/Settings</url>
41
</scm>
42
0 commit comments