Skip to content

Commit

Permalink
slight refactor to order of props
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Feb 3, 2024
1 parent f6867c0 commit bcc83dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<!-- plugin versions -->
<!-- protobuf specific plugins versions -->
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>

<!-- standard plugins versions -->
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
Expand Down

0 comments on commit bcc83dd

Please sign in to comment.