Skip to content

Commit

Permalink
Merge pull request #17 from dduportal/chore/fix-pom-to-enable-increme…
Browse files Browse the repository at this point in the history
…ntal

chore(pom.xml) cleanup markups to allow preparation of incremental builds
  • Loading branch information
ravin-accelq authored Aug 17, 2023
2 parents f4e37a7 + 0d8e843 commit 28b6553
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
<version>4.72</version>
<relativePath />
</parent>
<groupId>com.aq</groupId>
<artifactId>accelq-ci-connect</artifactId>

<groupId>com.aq</groupId>
<artifactId>accelq-ci-connect</artifactId>
<version>1.8-SNAPSHOT</version>
<packaging>hpi</packaging>

<properties>
<revision>1.8</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/accelq-ci-connect-plugin</gitHubRepo>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.401.3</jenkins.version>
<java.level>11</java.level>
<!-- <jenkins-test-harness.version>2.71</jenkins-test-harness.version> -->
Expand Down Expand Up @@ -47,8 +46,8 @@
</license>
</licenses>



<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 28b6553

Please sign in to comment.