Skip to content

Commit 7a37268

Browse files
author
Jenkins
committed
#1 [maven-release-plugin] prepare release xes-model-1.0.0
1 parent c004f9c commit 7a37268

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>science.aist</groupId>
86
<artifactId>xes-model</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
108

119
<properties>
1210
<testng.version>7.6.0</testng.version>
@@ -49,7 +47,7 @@
4947
<connection>scm:git:[email protected]:FHOOEAIST/xes-model.git</connection>
5048
<url>https://github.com/FHOOEAIST/xes-model</url>
5149
<developerConnection>scm:git:[email protected]:FHOOEAIST/xes-model.git</developerConnection>
52-
<tag>HEAD</tag>
50+
<tag>xes-model-1.0.0</tag>
5351
</scm>
5452
<distributionManagement>
5553
<repository>

0 commit comments

Comments
 (0)