Skip to content

Commit

Permalink
Fix language suffix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Sep 19, 2023
1 parent eb0ffff commit 9b82bf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docking-frames/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Download translations from transifex -->
<groupId>org.weasis.maven</groupId>
<artifactId>build-transifex-plugin</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<executions>
<execution>
<id>download</id>
Expand Down
2 changes: 1 addition & 1 deletion java-swing-dialogs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Download translations from transifex -->
<groupId>org.weasis.maven</groupId>
<artifactId>build-transifex-plugin</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<executions>
<execution>
<id>download</id>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<!-- Download translations from transifex -->
<groupId>org.weasis.maven</groupId>
<artifactId>build-transifex-plugin</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<executions>
<execution>
<id>download</id>
Expand Down Expand Up @@ -244,7 +244,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 9b82bf9

Please sign in to comment.