Skip to content

Commit

Permalink
use hard-coded version for jQA build parent
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Nov 27, 2024
1 parent 91cfc58 commit 7c4fe19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
</developers>

<properties>
<!-- jQA build version -->
<jqassistant.build.version>2.6.0-M1</jqassistant.build.version>
<!-- library versions -->
<assertj.version>3.26.3</assertj.version>
<asm.version>9.7.1</asm.version>
Expand Down Expand Up @@ -116,8 +118,6 @@
<!-- Maven config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- jQA build version -->
<jqassistant.build.version>${project.parent.version}</jqassistant.build.version>
<!-- Sonar -->
<sonar.organization>jqassistant</sonar.organization>
<sonar.projectKey>jqassistant_jqassistant</sonar.projectKey>
Expand Down

0 comments on commit 7c4fe19

Please sign in to comment.