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 e194242 commit f241637Copy full SHA for f241637
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.github.benas</groupId>
12
<artifactId>unix-stream</artifactId>
13
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</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/unix-stream.git</url>
25
<connection>scm:git:git@github.com:benas/unix-stream.git</connection>
26
<developerConnection>scm:git:git@github.com:benas/unix-stream.git</developerConnection>
27
- <tag>HEAD</tag>
+ <tag>unix-stream-0.5</tag>
28
</scm>
29
30
<ciManagement>
0 commit comments