Skip to content

Commit 3b9ad5d

Browse files
committed
[maven-release-plugin] prepare release git-code-format-maven-plugin-parent-4.1
1 parent ea1701e commit 3b9ad5d

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.cosium.code</groupId>
76
<artifactId>git-code-format-maven-plugin-parent</artifactId>
8-
<version>4.1-SNAPSHOT</version>
7+
<version>4.1</version>
98
</parent>
109

1110
<artifactId>git-code-format-maven-plugin</artifactId>

google-java-format/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.cosium.code</groupId>
76
<artifactId>git-code-format-maven-plugin-parent</artifactId>
8-
<version>4.1-SNAPSHOT</version>
7+
<version>4.1</version>
98
</parent>
109

1110
<artifactId>google-java-format</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>com.cosium.code</groupId>
65
<artifactId>git-code-format-maven-plugin-parent</artifactId>
7-
<version>4.1-SNAPSHOT</version>
6+
<version>4.1</version>
87
<packaging>pom</packaging>
98

109
<name>Git Code Format Maven Plugin Parent</name>
@@ -246,7 +245,7 @@
246245
<connection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</connection>
247246
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</developerConnection>
248247
<url>https://github.com/Cosium/git-code-format-maven-plugin</url>
249-
<tag>HEAD</tag>
248+
<tag>git-code-format-maven-plugin-parent-4.1</tag>
250249
</scm>
251250

252251
<organization>

spi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.cosium.code</groupId>
76
<artifactId>git-code-format-maven-plugin-parent</artifactId>
8-
<version>4.1-SNAPSHOT</version>
7+
<version>4.1</version>
98
</parent>
109

1110
<artifactId>git-code-format-maven-plugin-spi</artifactId>

0 commit comments

Comments
 (0)