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 ed6aa26 commit 43416a2Copy full SHA for 43416a2
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.drjekyll</groupId>
6
<artifactId>colorpicker</artifactId>
7
- <version>1.4.8</version>
+ <version>1.4.9-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-1.4.8</tag>
+ <tag>HEAD</tag>
42
</scm>
43
44
<properties>
0 commit comments