Skip to content

Commit

Permalink
Release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Sep 20, 2024
1 parent 671a730 commit ef3521b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ide_setup/eclipse/fluffy-lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<versionRange>3.4.0</versionRange>
<versionRange>3.5.0</versionRange>
<goals>
<goal>active-profiles</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.itemis</groupId>
<artifactId>org-parent</artifactId>
<version>5.8.6</version>
<version>5.8.7</version>
</parent>

<artifactId>fluffyj.memory</artifactId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<maven.compiler.release>22</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<build.timestamp.formatted>${maven.build.timestamp}</build.timestamp.formatted>
Expand Down

0 comments on commit ef3521b

Please sign in to comment.