diff options
author | Stéphane Bégaudeau | 2017-01-16 12:25:43 +0000 |
---|---|---|
committer | Stéphane Bégaudeau | 2017-01-16 13:52:07 +0000 |
commit | 0c0036ce59cc6957fb5d9761085c7051b85a60cd (patch) | |
tree | 4e90a5fd8ecf30d8178260c0fc0aebb8a71c600d | |
parent | 7e40b7102166c6de572878d4d1e087210c37acf2 (diff) | |
download | org.eclipse.eef-0c0036ce59cc6957fb5d9761085c7051b85a60cd.tar.gz org.eclipse.eef-0c0036ce59cc6957fb5d9761085c7051b85a60cd.tar.xz org.eclipse.eef-0c0036ce59cc6957fb5d9761085c7051b85a60cd.zip |
[releng] Fix an issue with the version of the repository
Change-Id: I2354b8607964a149e4be6bbdce00d25189073745
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
-rw-r--r-- | releng/org.eclipse.eef.update/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.eef.update/pom.xml b/releng/org.eclipse.eef.update/pom.xml index 9c142df3f..a59718caa 100644 --- a/releng/org.eclipse.eef.update/pom.xml +++ b/releng/org.eclipse.eef.update/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2007, 2015 THALES GLOBAL SERVICES + Copyright (c) 2007, 2017 THALES GLOBAL SERVICES All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at @@ -25,7 +25,7 @@ <packaging>eclipse-repository</packaging> <name>EEF Update site</name> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <build> <plugins> |