Skip to content

Commit 09accf4

Browse files
committed
[maven-release-plugin] rollback the release of jcodemodel-parent-pom-4.1.0
1 parent 67c051d commit 09accf4

File tree

15 files changed

+43
-29
lines changed

15 files changed

+43
-29
lines changed

examples/plugins/csv/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.examples</groupId>
2223
<artifactId>plugins</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2627
<artifactId>csv</artifactId>

examples/plugins/helloworld/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.examples</groupId>
2223
<artifactId>plugins</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2627
<artifactId>helloworld</artifactId>

examples/plugins/json/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.examples</groupId>
2223
<artifactId>plugins</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2627
<artifactId>json</artifactId>

examples/plugins/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel</groupId>
2223
<artifactId>examples</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.examples</groupId>
2627
<artifactId>plugins</artifactId>

examples/plugins/yaml/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.examples</groupId>
2223
<artifactId>plugins</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.examples.plugin</groupId>
2627
<artifactId>yaml</artifactId>

examples/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel</groupId>
2223
<artifactId>jcodemodel-parent-pom</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<artifactId>examples</artifactId>
2627
<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.1.1-SNAPSHOT</version>
48+
<version>4.0.1-SNAPSHOT</version>
4949
</parent>
5050
<groupId>com.helger</groupId>
5151
<artifactId>jcodemodel</artifactId>

plugin/generators/csv/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.plugin</groupId>
2223
<artifactId>generators</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.plugin.generators</groupId>
2627
<artifactId>csv</artifactId>

plugin/generators/helloworld/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.plugin</groupId>
2223
<artifactId>generators</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.plugin.generators</groupId>
2627
<artifactId>helloworld</artifactId>

plugin/generators/json/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920
<modelVersion>4.0.0</modelVersion>
2021
<parent>
2122
<groupId>com.helger.jcodemodel.plugin</groupId>
2223
<artifactId>generators</artifactId>
23-
<version>4.1.1-SNAPSHOT</version>
24+
<version>4.0.1-SNAPSHOT</version>
2425
</parent>
2526
<groupId>com.helger.jcodemodel.plugin.generators</groupId>
2627
<artifactId>json</artifactId>

0 commit comments

Comments
 (0)