Skip to content

Commit 5d4249e

Browse files
committed
[maven-release-plugin] prepare release v0.16.0
1 parent c5fce60 commit 5d4249e

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.packager</groupId>
66
<artifactId>packager</artifactId>
7-
<version>0.15.2-SNAPSHOT</version>
7+
<version>0.16.0</version>
88
</parent>
99

1010
<artifactId>packager-core</artifactId>

deb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.packager</groupId>
66
<artifactId>packager</artifactId>
7-
<version>0.15.2-SNAPSHOT</version>
7+
<version>0.16.0</version>
88
</parent>
99

1010
<artifactId>packager-deb</artifactId>

pom.xml

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

64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>org.eclipse.packager</groupId>
97
<artifactId>packager</artifactId>
10-
<version>0.15.2-SNAPSHOT</version>
8+
<version>0.16.0</version>
119
<packaging>pom</packaging>
1210

1311
<name>Eclipse Packager</name>
@@ -44,7 +42,7 @@
4442
<url>https://github.com/eclipse/packager</url>
4543
<connection>scm:git:git://github.com/eclipse/packager.git</connection>
4644
<developerConnection>scm:git:[email protected]:eclipse/packager.git</developerConnection>
47-
<tag>HEAD</tag>
45+
<tag>v0.16.0</tag>
4846
</scm>
4947

5048
<issueManagement>

rpm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.packager</groupId>
66
<artifactId>packager</artifactId>
7-
<version>0.15.2-SNAPSHOT</version>
7+
<version>0.16.0</version>
88
</parent>
99

1010
<artifactId>packager-rpm</artifactId>

0 commit comments

Comments
 (0)