Skip to content

Commit 90689bb

Browse files
author
Daniel Heid
committed
[ci skip]prepare release colorpicker-1.4.3
1 parent 7a9439d commit 90689bb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.drjekyll</groupId>
86
<artifactId>colorpicker</artifactId>
9-
<version>1.4.3-SNAPSHOT</version>
7+
<version>1.4.3</version>
108

119
<name>ColorPicker</name>
1210
<description>A nice color picker using Java Swing that contains a visual color selection and input
@@ -40,7 +38,7 @@
4038
<connection>scm:git:https://github.com/dheid/colorpicker.git</connection>
4139
<developerConnection>scm:git:https://github.com/dheid/colorpicker.git</developerConnection>
4240
<url>https://github.com/dheid/colorpicker</url>
43-
<tag>HEAD</tag>
41+
<tag>colorpicker-1.4.3</tag>
4442
</scm>
4543

4644
<properties>

0 commit comments

Comments
 (0)