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 6cc7cda commit 3ddd8aaCopy full SHA for 3ddd8aa
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
<groupId>de.muenchen.oss.appswitcher</groupId>
35
<artifactId>appswitcher-server</artifactId>
36
- <version>1.3.0</version>
+ <version>1.3.1-SNAPSHOT</version>
37
<name>appswitcher-server</name>
38
<description>Server component for a Google-like app switching experience</description>
39
<properties>
@@ -432,7 +432,7 @@
432
<connection>scm:git:https://github.com/it-at-m/appswitcher-server.git</connection>
433
<developerConnection>
434
scm:git:https://github.com/it-at-m/appswitcher-server.git</developerConnection>
435
- <tag>1.3.0</tag>
+ <tag>HEAD</tag>
436
</scm>
437
438
</project>
0 commit comments