diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/META-INF/MANIFEST.MF b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/META-INF/MANIFEST.MF index fe5c7358867e1aac573675829afc07d41528d473..76cca33e72fca3a984535071dd7030db303454d4 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/META-INF/MANIFEST.MF +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: RiseClipse CIM Header Edit Support Bundle-Vendor: CentraleSupélec & EDF Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.cim.headerModel.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.0 Bundle-ClassPath: . Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/pom.xml b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/pom.xml index bffe2a370b69568af6bc14ce33299148b15d5c1d..2ea50dd73752a556315c3fae758dbb0f012a99f7 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/pom.xml @@ -1,19 +1,16 @@ -<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"> +<?xml version="1.0" encoding="UTF-8" standalone="no"?><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"> <modelVersion>4.0.0</modelVersion> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>fr.centralesupelec.edf.riseclipse.cim.headerModel.edit</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>eclipse-plugin</packaging> <parent> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>RiseClipseMetamodel_Cim</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <build> @@ -35,7 +32,7 @@ <dependency> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>fr.centralesupelec.edf.riseclipse.cim.headerModel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> </dependencies> diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/META-INF/MANIFEST.MF b/fr.centralesupelec.edf.riseclipse.cim.headerModel/META-INF/MANIFEST.MF index a6bb229a276e90aa05e7f42b1a0a5ac7bb735cf6..6697c4c36f6a425ec4d64659d5f3c47a02b1c606 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/META-INF/MANIFEST.MF +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: RiseClipse CIM Header Metamodel Bundle-Vendor: CentraleSupélec & EDF Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.cim.headerModel;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.0 Bundle-ClassPath: . Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/pom.xml b/fr.centralesupelec.edf.riseclipse.cim.headerModel/pom.xml index 7c7ce3428c1013391408c038912c943fb2359d3b..4f940c47ed9d20e17a00876d513187896733beea 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/pom.xml @@ -1,19 +1,16 @@ -<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"> +<?xml version="1.0" encoding="UTF-8" standalone="no"?><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"> <modelVersion>4.0.0</modelVersion> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>fr.centralesupelec.edf.riseclipse.cim.headerModel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>eclipse-plugin</packaging> <parent> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>RiseClipseMetamodel_Cim</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <build> diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/META-INF/MANIFEST.MF b/fr.centralesupelec.edf.riseclipse.cim.util/META-INF/MANIFEST.MF index be35161286c2f68a59f40e7745b5d0d5696338c7..636caa47d38f7e1f10e2da8278467a3562838243 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/META-INF/MANIFEST.MF +++ b/fr.centralesupelec.edf.riseclipse.cim.util/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: RiseClipse CIM Utilities Bundle-Vendor: CentraleSupélec & EDF Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.cim.util;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.0 Bundle-ClassPath: . Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.emf.ecore, diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/pom.xml b/fr.centralesupelec.edf.riseclipse.cim.util/pom.xml index 36b221b26ac04fc32f2f089d3b5ab3e68ba623d2..1bc04e0d71f636da3c33bc23384579feb23c8dc5 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.cim.util/pom.xml @@ -1,19 +1,16 @@ -<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"> +<?xml version="1.0" encoding="UTF-8" standalone="no"?><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"> <modelVersion>4.0.0</modelVersion> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>fr.centralesupelec.edf.riseclipse.cim.util</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>eclipse-plugin</packaging> <parent> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>RiseClipseMetamodel_Cim</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <build> @@ -35,7 +32,7 @@ <dependency> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>fr.centralesupelec.edf.riseclipse.cim.headerModel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index 2dfdf1aaf6be1097e2ad67675bb3ad07daf9981d..4e0f979ded4b4941944cf7a1012ea2d6ffa5a0f8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,10 @@ -<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"> +<?xml version="1.0" encoding="UTF-8" standalone="no"?><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"> <modelVersion>4.0.0</modelVersion> <groupId>fr.centralesupelec.edf.riseclipse</groupId> <artifactId>RiseClipseMetamodel_Cim</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <parent> @@ -20,7 +17,7 @@ <scm> <connection>scm:git:git@gitlab.centralesupelec.fr:RiseClipseGroup/RiseClipseMetamodel_Cim.git</connection> <developerConnection>scm:git:git@gitlab.centralesupelec.fr:RiseClipseGroup/RiseClipseMetamodel_Cim.git</developerConnection> - <tag>HEAD</tag> + <tag>v1.0.0</tag> </scm> <modules>