Skip to content

Commit e9cfeed

Browse files
author
TheSnoozer
committed
[maven-release-plugin] prepare release git-commit-id-plugin-debugging-0.0.1
1 parent b20198b commit e9cfeed

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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/maven-v4_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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -12,7 +11,7 @@
1211
<artifactId>git-commit-id-plugin-debugging</artifactId>
1312
<packaging>pom</packaging>
1413

15-
<version>0.0.1-SNAPSHOT</version>
14+
<version>0.0.1</version>
1615

1716
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
1817
<description>
@@ -36,7 +35,8 @@
3635
<url>git@github.com:TheSnoozer/git-commit-id-debugging.git</url>
3736
<connection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</connection>
3837
<developerConnection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</developerConnection>
39-
</scm>
38+
<tag>git-commit-id-plugin-debugging-0.0.1</tag>
39+
</scm>
4040

4141
<properties>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

submodule-one/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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
<parent>
76
<groupId>pl.project13.maven</groupId>
87
<artifactId>git-commit-id-plugin-debugging</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
109
</parent>
1110

1211
<groupId>pl.project13.maven</groupId>
1312
<artifactId>submodule-one</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1514

1615
<properties>
1716
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

submodule-two/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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
<parent>
76
<groupId>pl.project13.maven</groupId>
87
<artifactId>git-commit-id-plugin-debugging</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
109
</parent>
1110

1211
<groupId>pl.project13.maven</groupId>
1312
<artifactId>submodule-two</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1514
<packaging>jar</packaging>
1615

1716
<properties>

0 commit comments

Comments
 (0)