Skip to content

Commit 8d89e96

Browse files
committed
[maven-release-plugin] prepare release git-changelog-maven-plugin-2.2.11
1 parent 135e566 commit 8d89e96

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
1+
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<groupId>se.bjurr.maven</groupId>
@@ -8,7 +9,7 @@
89

910
<groupId>se.bjurr.gitchangelog</groupId>
1011
<artifactId>git-changelog-maven-plugin</artifactId>
11-
<version>2.2.11-SNAPSHOT</version>
12+
<version>2.2.11</version>
1213

1314
<packaging>maven-plugin</packaging>
1415
<name>git-changelog-maven-plugin</name>
@@ -18,7 +19,7 @@
1819

1920
<scm>
2021
<developerConnection>scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection>
21-
<tag>git-changelog-maven-plugin-2.2.9</tag>
22+
<tag>git-changelog-maven-plugin-2.2.11</tag>
2223
<url>https://github.com/tomasbjerre/git-changelog-maven-plugin</url>
2324
</scm>
2425

@@ -64,4 +65,4 @@
6465
</plugin>
6566
</plugins>
6667
</build>
67-
</project>
68+
</project>

0 commit comments

Comments
 (0)