Skip to content

Commit

Permalink
[maven-release-plugin] Release version as releases/v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkutsche committed Jun 20, 2022
1 parent be70d87 commit 4304c7b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<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">
<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>

<groupId>com.nkutsche</groupId>
<artifactId>xpath-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>XPath Model</name>
<description>This project contains an XPath parser and creates an XML model from it. The model can be used to make deeper analyzis, convert or serialize the expression to normalize XPath expressions.</description>
Expand All @@ -32,7 +29,7 @@
<connection>scm:git:https://github.com/nkutsche/xpath-model.git</connection>
<url>https://github.com/nkutsche/xpath-model</url>
<developerConnection>scm:git:https://github.com/nkutsche/xpath-model.git</developerConnection>
<tag>HEAD</tag>
<tag>releases/v1.0.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -78,7 +75,7 @@
<plugin>
<groupId>com.nkutsche</groupId>
<artifactId>xslt-pkg-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 4304c7b

Please sign in to comment.