Skip to content

Commit e0417bd

Browse files
committed
[maven-release-plugin] prepare release v0.13.0
1 parent e937299 commit e0417bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
<groupId>fr.jcgay.send-notification</groupId>
1010
<artifactId>send-notification-project</artifactId>
11-
<version>0.13.0-SNAPSHOT</version>
11+
<version>0.13.0</version>
1212
<packaging>pom</packaging>
1313
<name>Send Notification Project</name>
1414
<description>Easily send notification to popular tools and services</description>
1515
<scm>
1616
<url>https://github.com/jcgay/send-notification</url>
1717
<connection>scm:git:git://github.com/jcgay/send-notification.git</connection>
1818
<developerConnection>scm:git:[email protected]:jcgay/send-notification.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>v0.13.0</tag>
2020
</scm>
2121

2222
<ciManagement>

send-notification-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.jcgay.send-notification</groupId>
55
<artifactId>send-notification-project</artifactId>
6-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
77
</parent>
88

99
<artifactId>send-notification-cli</artifactId>

send-notification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.jcgay.send-notification</groupId>
55
<artifactId>send-notification-project</artifactId>
6-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
77
</parent>
88

99
<artifactId>send-notification</artifactId>

0 commit comments

Comments
 (0)