Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 83ebcf6

Browse files
committed
[maven-release-plugin] prepare release github-maven-plugins-parent-0.9
1 parent fd3b0aa commit 83ebcf6

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

github-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.github.github</groupId>
76
<artifactId>github-maven-plugins-parent</artifactId>
8-
<version>0.9-SNAPSHOT</version>
7+
<version>0.9</version>
98
</parent>
109

1110
<artifactId>github-maven-core</artifactId>

github-site-plugin/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.github.github</groupId>
76
<artifactId>github-maven-plugins-parent</artifactId>
8-
<version>0.9-SNAPSHOT</version>
7+
<version>0.9</version>
98
</parent>
109

1110
<artifactId>site-maven-plugin</artifactId>

pom.xml

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

65
<groupId>com.github.github</groupId>
76
<artifactId>github-maven-plugins-parent</artifactId>
8-
<version>0.9-SNAPSHOT</version>
7+
<version>0.9</version>
98
<packaging>pom</packaging>
109

1110
<parent>

0 commit comments

Comments
 (0)