Skip to content

Commit

Permalink
Fix version bump across
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Oct 18, 2024
1 parent c884135 commit 8b170dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MetFragCommandLine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.ipbhalle.metfrag</groupId>
<artifactId>MetFrag</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<groupId>de.ipbhalle.metfrag.commandline</groupId>
<artifactId>MetFragCommandLine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MetFragLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.ipbhalle.metfrag</groupId>
<artifactId>MetFrag</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<packaging>jar</packaging>
<groupId>de.ipbhalle.metfraglib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion MetFragR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.ipbhalle.metfrag</groupId>
<artifactId>MetFrag</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<groupId>de.ipbhalle.metfrag.r</groupId>
<artifactId>MetFragR</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MetFragRest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.ipbhalle.metfrag</groupId>
<artifactId>MetFrag</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<groupId>de.ipbhalle.metfrag.metfragrest</groupId>
<artifactId>MetFragRest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MetFragTools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.ipbhalle.metfrag</groupId>
<artifactId>MetFrag</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<groupId>de.ipbhalle.metfrag.tools</groupId>
<artifactId>MetFragTools</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>de.ipbhalle.metfraglib</groupId>
<artifactId>MetFragLib</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -131,12 +131,6 @@
<version>8.0.0</version>
<scope>provided</scope>
</dependency>
<!--<dependency>
https://stackoverflow.com/a/65265993
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.4</version>
</dependency>-->
<!-- MetFragTools -->
<dependency>
<groupId>io.github.msdk</groupId>
Expand Down

0 comments on commit 8b170dc

Please sign in to comment.