Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe
Commits:
-
25e30088
by Tony CHEMIT at 2018-10-21T15:13:56Z
13 changed files:
- client-configuration/pom.xml
- client/pom.xml
- dto/pom.xml
- observe/pom.xml
- persistence/pom.xml
- pom.xml
- server-configuration/pom.xml
- server/pom.xml
- services-client/pom.xml
- services-local/pom.xml
- services/pom.xml
- test/pom.xml
- validation/pom.xml
Changes:
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>ird-observe</artifactId>
|
| 29 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>client-configuration</artifactId>
|
| ... | ... | @@ -20,14 +20,13 @@ |
| 20 | 20 |
<http://www.gnu.org/licenses/gpl-3.0.html>.
|
| 21 | 21 |
#L%
|
| 22 | 22 |
-->
|
| 23 |
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
| 24 |
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 23 |
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 25 | 24 |
<modelVersion>4.0.0</modelVersion>
|
| 26 | 25 |
|
| 27 | 26 |
<parent>
|
| 28 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 28 |
<artifactId>ird-observe</artifactId>
|
| 30 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 31 | 30 |
</parent>
|
| 32 | 31 |
|
| 33 | 32 |
<artifactId>client</artifactId>
|
| ... | ... | @@ -837,7 +836,7 @@ |
| 837 | 836 |
<phase>generate-resources</phase>
|
| 838 | 837 |
<configuration>
|
| 839 | 838 |
<target>
|
| 840 |
- <copy failonerror="true" overwrite="true" file="../CHANGELOG.md" tofile="${project.build.outputDirectory}/META-INF/${applicationName}-CHANGELOG.md"/>
|
|
| 839 |
+ <copy failonerror="true" overwrite="true" file="../CHANGELOG.md" tofile="${project.build.outputDirectory}/META-INF/${applicationName}-CHANGELOG.md" />
|
|
| 841 | 840 |
</target>
|
| 842 | 841 |
</configuration>
|
| 843 | 842 |
<goals>
|
| ... | ... | @@ -905,8 +904,8 @@ |
| 905 | 904 |
<phase>integration-test</phase>
|
| 906 | 905 |
<configuration>
|
| 907 | 906 |
<target>
|
| 908 |
- <copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/observe.jar"/>
|
|
| 909 |
- <copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.exe" tofile="${project.build.directory}/observe.exe"/>
|
|
| 907 |
+ <copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/observe.jar" />
|
|
| 908 |
+ <copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.exe" tofile="${project.build.directory}/observe.exe" />
|
|
| 910 | 909 |
</target>
|
| 911 | 910 |
</configuration>
|
| 912 | 911 |
<goals>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>ird-observe</artifactId>
|
| 30 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 30 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>dto</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>ird-observe</artifactId>
|
| 29 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>observe</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>ird-observe</artifactId>
|
| 29 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>persistence</artifactId>
|
| ... | ... | @@ -20,8 +20,7 @@ |
| 20 | 20 |
<http://www.gnu.org/licenses/gpl-3.0.html>.
|
| 21 | 21 |
#L%
|
| 22 | 22 |
-->
|
| 23 |
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
| 24 |
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 23 |
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 25 | 24 |
<modelVersion>4.0.0</modelVersion>
|
| 26 | 25 |
|
| 27 | 26 |
<parent>
|
| ... | ... | @@ -32,7 +31,7 @@ |
| 32 | 31 |
|
| 33 | 32 |
<groupId>fr.ird.observe</groupId>
|
| 34 | 33 |
<artifactId>ird-observe</artifactId>
|
| 35 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 34 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 36 | 35 |
<packaging>pom</packaging>
|
| 37 | 36 |
|
| 38 | 37 |
<name>ObServe :: Pom</name>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>ird-observe</artifactId>
|
| 29 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>server-configuration</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>ird-observe</artifactId>
|
| 30 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 30 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>server</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>ird-observe</artifactId>
|
| 30 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 30 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-client</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>ird-observe</artifactId>
|
| 30 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 30 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-local</artifactId>
|
| ... | ... | @@ -21,14 +21,13 @@ |
| 21 | 21 |
#L%
|
| 22 | 22 |
-->
|
| 23 | 23 |
|
| 24 |
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
| 25 |
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 24 |
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 26 | 25 |
<modelVersion>4.0.0</modelVersion>
|
| 27 | 26 |
|
| 28 | 27 |
<parent>
|
| 29 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 30 | 29 |
<artifactId>ird-observe</artifactId>
|
| 31 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 30 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 32 | 31 |
</parent>
|
| 33 | 32 |
|
| 34 | 33 |
<artifactId>services</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>ird-observe</artifactId>
|
| 29 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>test</artifactId>
|
| ... | ... | @@ -20,14 +20,13 @@ |
| 20 | 20 |
<http://www.gnu.org/licenses/gpl-3.0.html>.
|
| 21 | 21 |
#L%
|
| 22 | 22 |
-->
|
| 23 |
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
| 24 |
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 23 |
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 25 | 24 |
<modelVersion>4.0.0</modelVersion>
|
| 26 | 25 |
|
| 27 | 26 |
<parent>
|
| 28 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 28 |
<artifactId>ird-observe</artifactId>
|
| 30 |
- <version>7.0-RC-23-SNAPSHOT</version>
|
|
| 29 |
+ <version>7.0-RC-24-SNAPSHOT</version>
|
|
| 31 | 30 |
</parent>
|
| 32 | 31 |
|
| 33 | 32 |
<artifactId>validation</artifactId>
|