Skip to content

Commit 071e158

Browse files
committed
[maven-release-plugin] prepare release jcodemodel-parent-pom-4.1.0
1 parent d5e6928 commit 071e158

File tree

15 files changed

+30
-44
lines changed

15 files changed

+30
-44
lines changed

examples/plugins/csv/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.examples</groupId>
2322
<artifactId>plugins</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2726
<artifactId>csv</artifactId>

examples/plugins/helloworld/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.examples</groupId>
2322
<artifactId>plugins</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2726
<artifactId>helloworld</artifactId>

examples/plugins/json/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.examples</groupId>
2322
<artifactId>plugins</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2726
<artifactId>json</artifactId>

examples/plugins/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel</groupId>
2322
<artifactId>examples</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.examples</groupId>
2726
<artifactId>plugins</artifactId>

examples/plugins/yaml/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.examples</groupId>
2322
<artifactId>plugins</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2726
<artifactId>yaml</artifactId>

examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel</groupId>
2322
<artifactId>jcodemodel-parent-pom</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<artifactId>examples</artifactId>
2726
<packaging>pom</packaging>

jcodemodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>com.helger.jcodemodel</groupId>
4747
<artifactId>jcodemodel-parent-pom</artifactId>
48-
<version>4.0.1-SNAPSHOT</version>
48+
<version>4.1.0</version>
4949
</parent>
5050
<groupId>com.helger</groupId>
5151
<artifactId>jcodemodel</artifactId>

plugin/generators/csv/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.plugin</groupId>
2322
<artifactId>generators</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.plugin.generators</groupId>
2726
<artifactId>csv</artifactId>

plugin/generators/helloworld/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.plugin</groupId>
2322
<artifactId>generators</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.plugin.generators</groupId>
2726
<artifactId>helloworld</artifactId>

plugin/generators/json/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.helger.jcodemodel.plugin</groupId>
2322
<artifactId>generators</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
23+
<version>4.1.0</version>
2524
</parent>
2625
<groupId>com.helger.jcodemodel.plugin.generators</groupId>
2726
<artifactId>json</artifactId>

0 commit comments

Comments
 (0)