Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Aug 19, 2022
1 parent 67a1732 commit 98303cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.packager</groupId>
<artifactId>packager</artifactId>
<version>0.19.0-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>packager-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.packager</groupId>
<artifactId>packager</artifactId>
<version>0.19.0-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>packager-deb</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.eclipse.packager</groupId>
<artifactId>packager</artifactId>
<version>0.19.0-SNAPSHOT</version>
<version>0.19.0</version>
<packaging>pom</packaging>

<name>Eclipse Packager</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<url>https://github.com/eclipse/packager</url>
<connection>scm:git:git://github.com/eclipse/packager.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/packager.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.19.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -317,15 +317,15 @@
<configuration>
<formats>
<format>
<endWithNewline/>
<endWithNewline />
<includes>
<include>**/*.java</include>
</includes>
<indent>
<spaces>true</spaces>
<spacesPerTab>4</spacesPerTab>
</indent>
<trimTrailingWhitespace/>
<trimTrailingWhitespace />
</format>
</formats>
<java>
Expand All @@ -338,7 +338,7 @@
<includes>
<include>**/*.java</include>
</includes>
<removeUnusedImports/>
<removeUnusedImports />
</java>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.packager</groupId>
<artifactId>packager</artifactId>
<version>0.19.0-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>packager-rpm</artifactId>
Expand Down

0 comments on commit 98303cd

Please sign in to comment.