Skip to content

Commit

Permalink
Issue #443: (v3) fix maven-resources plugin version build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto Posse <eposse.gmail.com>
  • Loading branch information
Ernesto Posse committed May 23, 2024
1 parent d690ffe commit 5ba1248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/emf.compare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-version}</version>
<version>${maven.resources.version}</version>
<configuration>
<encoding>${resource-encoding}</encoding>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion patches/gmf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-version}</version>
<version>${maven.resources.version}</version>
<configuration>
<encoding>${resource-encoding}</encoding>
</configuration>
Expand Down

0 comments on commit 5ba1248

Please sign in to comment.