Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 19, 2024
2 parents ad6d871 + a9374c5 commit 6dc42fa
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion math-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
</parent>
<description>A simple (spring boot) application that is using things of this project.</description>
<artifactId>math-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-algebra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-algebra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<groupId>org.meeuw.configuration</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-math-lib-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
</parent>
<artifactId>mihxil-math-lib-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-math-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-math-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-math/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-math</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-physics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-physics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-statistics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mihxil-theories/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-theories</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>mihxil-math-parent</artifactId>
<name>Math - parent</name>
<packaging>pom</packaging>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>

<description>Math related utilities. Measurements (with error indication)</description>
<url>https://github.com/mihxil/math/foo</url>
Expand Down
2 changes: 1 addition & 1 deletion report-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
</parent>
<artifactId>report-aggregation</artifactId>
<name>Math - report aggregation</name>
Expand Down

0 comments on commit 6dc42fa

Please sign in to comment.