Skip to content

Commit

Permalink
v1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
glelouet committed Jan 6, 2024
1 parent 1c28d9b commit 2428013
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Compilation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>Compilation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Holders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion LambdaRef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<artifactId>LambdaRef</artifactId>
<groupId>fr.lelouet.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Synchronization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tools</artifactId>
<groupId>fr.lelouet</groupId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>Synchronization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion WebFetchers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>WebFetchers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application/SettingsMaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.lelouet.tools</groupId>
<version>1.7.10</version>
<version>1.7.11</version>
<artifactId>application</artifactId>
</parent>
<groupId>fr.lelouet.tools.application</groupId>
Expand Down
2 changes: 1 addition & 1 deletion application/XDGSettings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>application</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<artifactId>XDGSettings</artifactId>
<groupId>fr.lelouet.tools.application</groupId>
Expand Down
2 changes: 1 addition & 1 deletion application/YamlSettings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.lelouet.tools</groupId>
<version>1.7.10</version>
<version>1.7.11</version>
<artifactId>application</artifactId>
</parent>
<artifactId>YamlSettings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application/examples/ExampleJavaBeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet.tools.application</groupId>
<artifactId>examples</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools.application.examples</groupId>
<artifactId>ExampleJavaBeans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application/examples/ExampleSimpleApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.lelouet.tools.application</groupId>
<artifactId>examples</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<artifactId>ExampleSimpleApp</artifactId>
<groupId>fr.lelouet.tools.application.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion application/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>application</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools.application</groupId>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>application</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
<packaging>pom</packaging>

<description>provide several tools, with classes or static methods</description>
<name>Tools</name>
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>common-maven</artifactId>
<version>0.0.18</version>
<version>0.0.19</version>
</parent>
<modules>
<module>application</module>
Expand All @@ -23,7 +23,6 @@
<module>WebFetchers</module>
</modules>


<repositories>
<repository>
<id>kimsufi-web-release</id>
Expand Down
2 changes: 1 addition & 1 deletion solver/FondHamilton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>solver</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools.solver</groupId>
<artifactId>FondHamilton</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion solver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fr.lelouet</groupId>
<artifactId>tools</artifactId>
<version>1.7.10</version>
<version>1.7.11</version>
</parent>
<groupId>fr.lelouet.tools</groupId>
<artifactId>solver</artifactId>
Expand Down

0 comments on commit 2428013

Please sign in to comment.