We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea00d6d commit bd69611Copy full SHA for bd69611
redis-message-header-plugin/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.wkennedy.pubsubly</groupId>
6
<artifactId>redis-message-header-plugin</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>redis-message-header-plugin</name>
@@ -31,7 +31,7 @@
31
<url>https://github.com/wkennedy/pubsubly</url>
32
<connection>scm:git:[email protected]:wkennedy/pubsubly.git</connection>
33
<developerConnection>scm:git:[email protected]:wkennedy/pubsubly.git</developerConnection>
34
- <tag>redis-message-header-plugin-1.0.0</tag>
+ <tag>HEAD</tag>
35
</scm>
36
37
<developers>
0 commit comments