diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/META-INF/MANIFEST.MF b/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/META-INF/MANIFEST.MF index 13130d92043fa1cd5956bcc35019a32f09f577fe..4312bcedad06f61509c1dd37ed14d5edd3429978 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/META-INF/MANIFEST.MF +++ b/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: RiseClipse IEC 61850 SCL Edit Support Bundle-Vendor: CentraleSupélec & EDF Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.iec61850.scl.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.0 Bundle-ClassPath: . Bundle-Activator: fr.centralesupelec.edf.riseclipse.iec61850.scl.provider.SCLEditPlugin$Implementation Bundle-Localization: plugin diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/pom.xml b/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/pom.xml index 7ca9f50741ed2916a96a84158ddbd7443e30fd43..89027d53e7f4d027c4b8a5b11e35b83dc02af010 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.scl.edit/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.scl.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.iec61850.scl.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_SCL2003</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> </project> diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.scl/META-INF/MANIFEST.MF b/fr.centralesupelec.edf.riseclipse.iec61850.scl/META-INF/MANIFEST.MF index 78c7d2fe023a4041c3e23021b99eca00937f1039..27238fb2db729221deeb2910504fd38066560615 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.scl/META-INF/MANIFEST.MF +++ b/fr.centralesupelec.edf.riseclipse.iec61850.scl/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: RiseClipse IEC61850 SCL Metamodel Bundle-Vendor: CentraleSupélec & EDF Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.iec61850.scl;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.iec61850.scl/pom.xml b/fr.centralesupelec.edf.riseclipse.iec61850.scl/pom.xml index e6dbe90791aa6f756a1bfcd5daeb572e9697f7f7..05971d8631c00369d020de23b012cecf51b5ba0a 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.scl/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.scl/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.iec61850.scl</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_SCL2003</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> </project> diff --git a/pom.xml b/pom.xml index 2d27959ce322eb802d708821f016dba43a81f0e7..46127faf902dafcef5d01f42951361cf2a78f978 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_SCL2003</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_SCL2003.git</connection> <developerConnection>scm:git:git@gitlab.centralesupelec.fr:RiseClipseGroup/RiseClipseMetamodel_SCL2003.git</developerConnection> - <tag>HEAD</tag> + <tag>v1.0.0</tag> </scm> <modules>