Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apenski committed Dec 21, 2020
1 parent 5f8a64d commit fb29933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

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

<groupId>de.kosit</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>

<artifactId>validationtool</artifactId>
<description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description>
Expand Down Expand Up @@ -584,7 +584,7 @@
<scm>
<connection>https://github.com/itplr-kosit/validationtool.git</connection>
<developerConnection>scm:git:https://projekte.kosit.org/kosit/validator.git</developerConnection>
<tag>v1.1.0</tag>
<tag>v1.4.1</tag>
</scm>

</project>

0 comments on commit fb29933

Please sign in to comment.