Skip to content

Commit e46ed20

Browse files
committed
[maven-release-plugin] prepare release v1.1.0
1 parent 67a614d commit e46ed20

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>de.jstacs</groupId>
75
<artifactId>jstacs-fx</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
97

108
<name>JstacsFX</name>
119
<description>Jstacs generic interface using JavaFX.</description>
@@ -50,7 +48,7 @@
5048
<connection>scm:git:https://github.com/jstacs/jstacsfx.git</connection>
5149
<developerConnection>scm:git:ssh://git@github.com/jstacs/jstacsfx.git</developerConnection>
5250
<url>https://github.com/jstacs/jstacsfx</url>
53-
<tag>HEAD</tag>
51+
<tag>v1.1.0</tag>
5452
</scm>
5553

5654
<properties>

0 commit comments

Comments
 (0)