Skip to content

Commit bc1e508

Browse files
committed
Preparation for tag creation (Tag name: '1.0').
1 parent 08a8cf3 commit bc1e508

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>com.x2iq.tunneling</groupId>
75
<artifactId>tunneling-mapping-parser</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97

108
<name>tunneling-mapping-parser</name>
119

@@ -285,7 +283,7 @@
285283
<connection>scm:git:git://github.com/2iq/tunneling-mapping-parser.git</connection>
286284
<developerConnection>scm:git:ssh://github.com:2iq/tunneling-mapping-parser.git</developerConnection>
287285
<url>http://github.com/2iq/tunneling-mapping-parser/tree/main</url>
288-
<tag>HEAD</tag>
286+
<tag>1.0</tag>
289287
</scm>
290288

291289
<organization>

0 commit comments

Comments
 (0)