Skip to content

Commit

Permalink
Use ${cbi-version} for eclipse-jarsigner-plugin (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored Jun 5, 2023
1 parent 4e3f8fb commit 3b72e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/org.apache.batik.dom.birt.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.1.3</version>
<version>${cbi-version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion common/org.apache.batik.transcoder.birt.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.1.3</version>
<version>${cbi-version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion model/org.eclipse.birt.report.model.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${jarsigner.version}</version>
<version>${cbi-version}</version>
<executions>
<execution>
<id>sign</id>
Expand Down

0 comments on commit 3b72e4b

Please sign in to comment.