Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit c6bbf9a

Browse files
committed
[maven-release-plugin] prepare release en16931-parent-pom-0.1.0
1 parent 20b0616 commit c6bbf9a

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

en16931-edifact-to-xml/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>com.helger.en16931</groupId>
2423
<artifactId>en16931-parent-pom</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2625
</parent>
2726
<artifactId>en16931-edifact-to-xml</artifactId>
2827
<packaging>bundle</packaging>

en16931-edifact-xml/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>com.helger.en16931</groupId>
2423
<artifactId>en16931-parent-pom</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2625
</parent>
2726
<artifactId>en16931-edifact-xml</artifactId>
2827
<packaging>bundle</packaging>

en16931-xml-validator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>com.helger.en16931</groupId>
2423
<artifactId>en16931-parent-pom</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2625
</parent>
2726
<artifactId>en16931-xml-validator</artifactId>
2827
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>com.helger.en16931</groupId>
2727
<artifactId>en16931-parent-pom</artifactId>
28-
<version>0.1.0-SNAPSHOT</version>
28+
<version>0.1.0</version>
2929
<packaging>pom</packaging>
3030
<name>en16931-parent-pom</name>
3131
<description>Base POM to build the EN 16931 projects</description>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git@github.com:CenPc434/java-tools.git</connection>
4545
<developerConnection>scm:git:git@github.com:CenPc434/java-tools.git</developerConnection>
4646
<url>http://github.com/CenPc434/java-tools</url>
47-
<tag>HEAD</tag>
47+
<tag>en16931-parent-pom-0.1.0</tag>
4848
</scm>
4949

5050
<organization>

0 commit comments

Comments
 (0)