We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01743d9 commit 2a721fbCopy full SHA for 2a721fb
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.drjekyll</groupId>
6
<artifactId>colorpicker</artifactId>
7
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
8
9
<name>ColorPicker</name>
10
<description>A nice color picker using Java Swing that contains a visual color selection and input
@@ -38,7 +38,7 @@
38
<connection>scm:git:https://github.com/dheid/colorpicker.git</connection>
39
<developerConnection>scm:git:https://github.com/dheid/colorpicker.git</developerConnection>
40
<url>https://github.com/dheid/colorpicker</url>
41
- <tag>colorpicker-2.0.1</tag>
+ <tag>HEAD</tag>
42
</scm>
43
44
<properties>
0 commit comments