Skip to content

Commit bf35b44

Browse files
committed
[maven-release-plugin] prepare release peppol-specifications-1.1.0
1 parent df3de83 commit bf35b44

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

peppol-bdx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>network.oxalis.peppol</groupId>
77
<artifactId>peppol-specifications</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<artifactId>peppol-bdx</artifactId>
@@ -15,7 +15,7 @@
1515
<url>https://github.com/OxalisCommunity/peppol-specifications/tree/master/commons-busdox</url>
1616

1717
<scm>
18-
<tag>HEAD</tag>
18+
<tag>peppol-specifications-1.1.0</tag>
1919
<url>https://github.com/OxalisCommunity/peppol-specifications</url>
2020
<connection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</connection>
2121
<developerConnection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</developerConnection>

peppol-busdox/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>network.oxalis.peppol</groupId>
88
<artifactId>peppol-specifications</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<artifactId>peppol-busdox</artifactId>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/OxalisCommunity/peppol-specifications/tree/master/commons-bdx</url>
1717

1818
<scm>
19-
<tag>HEAD</tag>
19+
<tag>peppol-specifications-1.1.0</tag>
2020
<url>https://github.com/OxalisCommunity/peppol-specifications</url>
2121
<connection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</connection>
2222
<developerConnection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</developerConnection>

peppol-sbdh/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>network.oxalis.peppol</groupId>
88
<artifactId>peppol-specifications</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<artifactId>peppol-sbdh</artifactId>
@@ -20,7 +20,7 @@
2020
<url>https://github.com/OxalisCommunity/peppol-specifications/tree/master/commons-sbdh</url>
2121

2222
<scm>
23-
<tag>HEAD</tag>
23+
<tag>peppol-specifications-1.1.0</tag>
2424
<url>https://github.com/OxalisCommunity/peppol-specifications</url>
2525
<connection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</connection>
2626
<developerConnection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</developerConnection>

peppol-schematron/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>network.oxalis.peppol</groupId>
88
<artifactId>peppol-specifications</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<artifactId>peppol-schematron</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/OxalisCommunity/peppol-specifications/tree/master/commons-schematron</url>
1818

1919
<scm>
20-
<tag>HEAD</tag>
20+
<tag>peppol-specifications-1.1.0</tag>
2121
<url>https://github.com/OxalisCommunity/peppol-specifications</url>
2222
<connection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</connection>
2323
<developerConnection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</developerConnection>

peppol-ubl21/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>network.oxalis.peppol</groupId>
88
<artifactId>peppol-specifications</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<artifactId>peppol-ubl21</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/OxalisCommunity/peppol-specifications/tree/master/commons-ubl21</url>
1818

1919
<scm>
20-
<tag>HEAD</tag>
20+
<tag>peppol-specifications-1.1.0</tag>
2121
<url>https://github.com/OxalisCommunity/peppol-specifications</url>
2222
<connection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</connection>
2323
<developerConnection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</developerConnection>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>network.oxalis.peppol</groupId>
66
<artifactId>peppol-specifications</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Peppol adopted specifications :: Parent</name>
@@ -20,7 +20,7 @@
2020
</modules>
2121

2222
<scm>
23-
<tag>HEAD</tag>
23+
<tag>peppol-specifications-1.1.0</tag>
2424
<url>https://github.com/OxalisCommunity/peppol-specifications</url>
2525
<connection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</connection>
2626
<developerConnection>scm:git:[email protected]:OxalisCommunity/peppol-specifications.git</developerConnection>

0 commit comments

Comments
 (0)