Skip to content

Commit 4c44aba

Browse files
committed
[maven-release-plugin] prepare release v1.3.1
1 parent e2f2db9 commit 4c44aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!-- License below -->
3-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
44
<modelVersion>4.0.0</modelVersion>
55

66
<name>KoSIT XML Prüftool Implementierung</name>
77

88
<groupId>de.kosit</groupId>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.3.1</version>
1010

1111
<artifactId>validationtool</artifactId>
1212
<description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description>
@@ -493,7 +493,7 @@
493493
<scm>
494494
<connection>https://github.com/itplr-kosit/validationtool.git</connection>
495495
<developerConnection>scm:git:https://projekte.kosit.org/kosit/validator.git</developerConnection>
496-
<tag>v1.1.0</tag>
496+
<tag>v1.3.1</tag>
497497
</scm>
498498

499499
</project> <!--

0 commit comments

Comments
 (0)