We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7aba96 commit d3253c6Copy full SHA for d3253c6
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 2.37-SNAPSHOT
4
+
5
+**Updates**
6
7
8
## Version 2.36
9
10
**Updates**
pom.xml
@@ -4,7 +4,7 @@
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>FROST-Client-Dynamic</artifactId>
- <version>2.36</version>
+ <version>2.37-SNAPSHOT</version>
<packaging>jar</packaging>
<name>FROST-Client-Dynamic</name>
@@ -42,7 +42,7 @@
42
<scm>
43
<connection>scm:git:git@github.com:FraunhoferIOSB/FROST-Client-Dynamic.git</connection>
44
<developerConnection>scm:git:git@github.com:FraunhoferIOSB/FROST-Client-Dynamic.git</developerConnection>
45
- <tag>v2.36</tag>
+ <tag>HEAD</tag>
46
<url>https://github.com/FraunhoferIOSB/FROST-Client-Dynamic</url>
47
</scm>
48
0 commit comments