We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e5154 commit fae76fcCopy full SHA for fae76fc
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.javasync</groupId>
5
<artifactId>streamemo</artifactId>
6
- <version>1.0.1</version>
+ <version>1.0.2-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>
9
Java streams utility methods for memoization.
@@ -30,7 +30,7 @@
30
<connection>scm:git:[email protected]:javasync/streamemo.git</connection>
31
<developerConnection>scm:git:[email protected]:javasync/streamemo.git</developerConnection>
32
<url>https://github.com/javasync/streamemo.git</url>
33
- <tag>streamemo-1.0.1</tag>
+ <tag>HEAD</tag>
34
</scm>
35
<distributionManagement>
36
<snapshotRepository>
0 commit comments