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 64c0e0e commit ca02ab3Copy full SHA for ca02ab3
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.github.parubok</groupId>
7
<artifactId>swing-stream-utils</artifactId>
8
- <version>1.36-SNAPSHOT</version>
+ <version>1.36</version>
9
10
<name>swing-stream-utils</name>
11
<description>Utils for working with Java Swing components via Java 8 streams</description>
@@ -49,7 +49,7 @@
49
<connection>scm:git:git@github.com:parubok/swing-stream-utils</connection>
50
<url>scm:git:git@github.com:parubok/swing-stream-utils</url>
51
<developerConnection>scm:git:git@github.com:parubok/swing-stream-utils</developerConnection>
52
- <tag>HEAD</tag>
+ <tag>v1.36</tag>
53
</scm>
54
55
<dependencies>
0 commit comments