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 f71e074 commit 847bae4Copy full SHA for 847bae4
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
<groupId>de.muenchen.oss.appswitcher</groupId>
35
<artifactId>appswitcher-server</artifactId>
36
- <version>1.2.3</version>
+ <version>1.2.4-SNAPSHOT</version>
37
<name>appswitcher-server</name>
38
<description>Server component for a Google-like app switching experience</description>
39
<properties>
@@ -341,7 +341,7 @@
341
<connection>scm:git:https://github.com/it-at-m/appswitcher-server.git</connection>
342
<developerConnection>
343
scm:git:https://github.com/it-at-m/appswitcher-server.git</developerConnection>
344
- <tag>1.2.3</tag>
+ <tag>HEAD</tag>
345
</scm>
346
347
</project>
0 commit comments