From 1acb1e82f57f35391986618c60428dae8b7a39c5 Mon Sep 17 00:00:00 2001 From: Dominique Marcadet <Dominique.Marcadet@centralesupelec.fr> Date: Mon, 7 May 2018 10:32:23 +0200 Subject: [PATCH] [unleash-maven-plugin] Preparation for tag v1.0.0 --- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 9 +++------ .../META-INF/MANIFEST.MF | 2 +- fr.centralesupelec.edf.riseclipse.iec61850.scl/pom.xml | 9 +++------ pom.xml | 9 +++------ 5 files changed, 11 insertions(+), 20 deletions(-) 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 13130d9..4312bce 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 7ca9f50..89027d5 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 78c7d2f..27238fb 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 e6dbe90..05971d8 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 2d27959..46127fa 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> -- GitLab