Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jvmtool-umbrella-pom-0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aragozin committed Oct 25, 2020
1 parent 08269fc commit 378285c
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 28 deletions.
2 changes: 1 addition & 1 deletion gcflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mxdump/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<name>${project.groupId}::${project.artifactId}</name>
<description>JVM tools, parent project</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -68,7 +68,7 @@
<connection>scm:git:https://github.com/aragozin/jvm-tools.git</connection>
<developerConnection>scm:git:https://github.com/aragozin/jvm-tools.git</developerConnection>
<url>https://github.com/aragozin/jvm-tools</url>
<tag>HEAD</tag>
<tag>jvmtool-umbrella-pom-0.17</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -273,26 +273,26 @@
<includes>
<include>src/**/java/**/*.java</include>
</includes>
<endWithNewline/>
<endWithNewline />
<indent>
<spaces>true</spaces>
<tabs>false</tabs>
<spacesPerTab>4</spacesPerTab>
</indent>
<trimTrailingWhitespace/>
<trimTrailingWhitespace />
</format>
<format>
<!-- Java whitespace formatting -->
<includes>
<include>**/pom.xml</include>
</includes>
<endWithNewline/>
<endWithNewline />
<indent>
<spaces>true</spaces>
<tabs>false</tabs>
<spacesPerTab>2</spacesPerTab>
</indent>
<trimTrailingWhitespace/>
<trimTrailingWhitespace />
</format>
</formats>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion sjk-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sjk-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sjk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sjk-hflame/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sjk-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions sjk-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -69,17 +69,15 @@
</includes>
</artifactSet>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.gridkit.jvmtool.SJK</Main-Class>
<Premain-Class>org.gridkit.jvmtool.agent.SjkAgent</Premain-Class>
<Agent-Class>org.gridkit.jvmtool.agent.SjkAgent</Agent-Class>
<Can-Redefine-Classes>false</Can-Redefine-Classes>
</manifestEntries>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion sjk-stacktrace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sjk-win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions sjk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -64,17 +64,15 @@
</includes>
</artifactSet>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.gridkit.jvmtool.SJK</Main-Class>
<Premain-Class>org.gridkit.jvmtool.agent.SjkAgent</Premain-Class>
<Agent-Class>org.gridkit.jvmtool.agent.SjkAgent</Agent-Class>
<Can-Redefine-Classes>false</Can-Redefine-Classes>
</manifestEntries>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
5 changes: 2 additions & 3 deletions ygc-bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -72,8 +72,7 @@
</includes>
</artifactSet>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.gridkit.benchmark.gc.YoungGCStarter</mainClass>
</transformer>
</transformers>
Expand Down

0 comments on commit 378285c

Please sign in to comment.