Skip to content

Commit

Permalink
[maven-release-plugin] prepare release github-integration-parent-0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha committed Dec 7, 2023
1 parent e119daf commit 9ef8e54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions github-pullrequest-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-integration-parent</artifactId>
<version>${revision}${changelist}</version>
<version>0.6.1</version>
</parent>

<!-- historical name -->
<artifactId>github-pullrequest</artifactId>
<version>${revision}${changelist}</version>
<version>0.6.1</version>
<packaging>hpi</packaging>

<name>GitHub Integration Plugin</name>
Expand All @@ -36,13 +36,14 @@
<connection>scm:git:https://github.com/KostyaSha/github-integration-plugin.git</connection>
<developerConnection>scm:git:git@github.com:KostyaSha/github-integration-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/github-integration-plugin</url>
<tag>${scmTag}</tag>
<tag>github-integration-parent-0.6.1</tag>
</scm>

<properties>
<excluded.tests>**/its/*.java</excluded.tests>
<access-modifier-checker.skip>true</access-modifier-checker.skip>
<spotbugs.skip>true</spotbugs.skip>
<maven.surefure.skip>false</maven.surefure.skip>
</properties>

<repositories>
Expand Down Expand Up @@ -260,6 +261,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<excludes>
<exclude>InjectedTest.java</exclude>
<exclude>${excluded.tests}</exclude>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>github-integration-parent</artifactId>
<version>${revision}${changelist}</version>
<version>0.6.1</version>
<packaging>pom</packaging>

<name>GitHub Integration Parent</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/KostyaSha/github-integration-plugin.git</connection>
<developerConnection>scm:git:git@github.com:KostyaSha/github-integration-plugin.git</developerConnection>
<url>https://github.com/KostyaSha/github-integration-plugin.git</url>
<tag>${scmTag}</tag>
<tag>github-integration-parent-0.6.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 9ef8e54

Please sign in to comment.