Skip to content

Commit fcd461e

Browse files
author
globalid-bot
committed
[maven-release-plugin] prepare release v1.0.0
1 parent cb07ab0 commit fcd461e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>id.global</groupId>
76
<artifactId>microservice-parent</artifactId>
87
<version>4.6</version>
9-
<relativePath/>
8+
<relativePath />
109
</parent>
1110
<groupId>id.global.iris</groupId>
1211
<artifactId>router</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1413
<scm>
1514
<connection>scm:git:[email protected]:globalid/core-router.git</connection>
1615
<developerConnection>scm:git:[email protected]:globalid/core-router.git</developerConnection>
1716
<url>https://github.com/globalid/core-router</url>
18-
<tag>HEAD</tag>
17+
<tag>v1.0.0</tag>
1918
</scm>
2019

2120
<properties>

0 commit comments

Comments
 (0)