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 c2fb789 commit 5cd3114Copy full SHA for 5cd3114
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.github.benas</groupId>
12
<artifactId>unix-stream</artifactId>
13
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
14
15
<name>UnixStream</name>
16
<description>UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way</description>
@@ -24,7 +24,7 @@
24
<url>git@github.com:benas/UnixStream.git</url>
25
<connection>scm:git:git@github.com:benas/UnixStream.git</connection>
26
<developerConnection>scm:git:git@github.com:benas/UnixStream.git</developerConnection>
27
- <tag>HEAD</tag>
+ <tag>unix-stream-0.4</tag>
28
</scm>
29
30
<ciManagement>
0 commit comments