Skip to content

Commit 7b62929

Browse files
committed
[maven-release-plugin] prepare release 0.9.0
1 parent 7ff2580 commit 7b62929

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>com.flowingcode.vaadin</groupId>
86
<artifactId>json-migration-helper</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
108
<name>Json Migration Helper</name>
119
<description>Json Migration Helper for Vaadin Flow</description>
1210
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -39,7 +37,7 @@
3937
<url>https://github.com/FlowingCode/JsonMigrationHelper</url>
4038
<connection>scm:git:git://github.com/FlowingCode/JsonMigrationHelper.git</connection>
4139
<developerConnection>scm:git:ssh://[email protected]:/FlowingCode/JsonMigrationHelper.git</developerConnection>
42-
<tag>master</tag>
40+
<tag>0.9.0</tag>
4341
</scm>
4442

4543
<developers>

0 commit comments

Comments
 (0)