Skip to content

Commit fe84cde

Browse files
committed
[maven-release-plugin] prepare release v0.15.0
1 parent 1938c8f commit fe84cde

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42

53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.eclipse.packager</groupId>
86
<artifactId>packager</artifactId>
9-
<version>0.15.0-SNAPSHOT</version>
7+
<version>0.15.0</version>
108
</parent>
119

1210
<artifactId>packager-core</artifactId>

deb/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42

53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.eclipse.packager</groupId>
86
<artifactId>packager</artifactId>
9-
<version>0.15.0-SNAPSHOT</version>
7+
<version>0.15.0</version>
108
</parent>
119

1210
<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.0-SNAPSHOT</version>
8+
<version>0.15.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.15.0</tag>
4846
</scm>
4947

5048
<issueManagement>

rpm/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42

53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.eclipse.packager</groupId>
86
<artifactId>packager</artifactId>
9-
<version>0.15.0-SNAPSHOT</version>
7+
<version>0.15.0</version>
108
</parent>
119

1210
<artifactId>packager-rpm</artifactId>

0 commit comments

Comments
 (0)