Skip to content

Commit 98303cd

Browse files
committed
[maven-release-plugin] prepare release v0.19.0
1 parent 67a1732 commit 98303cd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-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.19.0-SNAPSHOT</version>
7+
<version>0.19.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.19.0-SNAPSHOT</version>
7+
<version>0.19.0</version>
88
</parent>
99

1010
<artifactId>packager-deb</artifactId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.eclipse.packager</groupId>
77
<artifactId>packager</artifactId>
8-
<version>0.19.0-SNAPSHOT</version>
8+
<version>0.19.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Eclipse Packager</name>
@@ -42,7 +42,7 @@
4242
<url>https://github.com/eclipse/packager</url>
4343
<connection>scm:git:git://github.com/eclipse/packager.git</connection>
4444
<developerConnection>scm:git:[email protected]:eclipse/packager.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>v0.19.0</tag>
4646
</scm>
4747

4848
<issueManagement>
@@ -317,15 +317,15 @@
317317
<configuration>
318318
<formats>
319319
<format>
320-
<endWithNewline/>
320+
<endWithNewline />
321321
<includes>
322322
<include>**/*.java</include>
323323
</includes>
324324
<indent>
325325
<spaces>true</spaces>
326326
<spacesPerTab>4</spacesPerTab>
327327
</indent>
328-
<trimTrailingWhitespace/>
328+
<trimTrailingWhitespace />
329329
</format>
330330
</formats>
331331
<java>
@@ -338,7 +338,7 @@
338338
<includes>
339339
<include>**/*.java</include>
340340
</includes>
341-
<removeUnusedImports/>
341+
<removeUnusedImports />
342342
</java>
343343
</configuration>
344344
</plugin>

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.19.0-SNAPSHOT</version>
7+
<version>0.19.0</version>
88
</parent>
99

1010
<artifactId>packager-rpm</artifactId>

0 commit comments

Comments
 (0)