Skip to content

Commit 1938c8f

Browse files
committed
Change version ot 0.15.0-SNAPSHOT
1 parent 124cdcf commit 1938c8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.packager</groupId>
88
<artifactId>packager</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.15.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>packager-core</artifactId>

deb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.packager</groupId>
88
<artifactId>packager</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.15.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>packager-deb</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.eclipse.packager</groupId>
99
<artifactId>packager</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.15.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<name>Eclipse Packager</name>

rpm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.packager</groupId>
88
<artifactId>packager</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.15.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>packager-rpm</artifactId>

0 commit comments

Comments
 (0)