Skip to content

Commit

Permalink
Bumped version to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
René Meier committed Mar 15, 2022
1 parent 3e34394 commit b8a6835
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.4.7</version>
<version>2.4.8</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.4.7</version>
<version>2.4.8</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.4.7</version>
<version>2.4.8</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.4.7</version>
<version>2.4.8</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.4.7</version>
<version>2.4.8</version>
</parent>
<groupId>de.ipbhalle.metfrag.tools</groupId>
<artifactId>MetFragTools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MetFragWeb/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.4.7</version>
<version>2.4.8</version>
</parent>
<groupId>de.ipbhalle.metfragweb</groupId>
<artifactId>MetFragWeb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
@SessionScoped
public class MetFragWebBean {

private final String version = "v2.4.7";
private final String version = "v2.4.8";
/*
* combines all the settings
*/
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ipbhalle.metfrag</groupId>
<artifactId>MetFrag</artifactId>
<version>2.4.7</version>
<version>2.4.8</version>
<packaging>pom</packaging>
<name>MetFrag</name>
<modules>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>de.ipbhalle.metfraglib</groupId>
<artifactId>MetFragLib</artifactId>
<version>2.4.7</version>
<version>2.4.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit b8a6835

Please sign in to comment.