diff options
author | Leo Ufimtsev | 2014-07-04 17:27:25 +0000 |
---|---|---|
committer | Jeff Johnston | 2014-09-03 20:50:55 +0000 |
commit | 41b971441add00dc2c9ebb0a0350bc5e29e67f0c (patch) | |
tree | decbd374b9622a85b8a6d8cb94d07090b0bf1f33 | |
parent | 78072af745bb9f33a47c3df7e6f530efcd06e039 (diff) | |
download | org.eclipse.linuxtools-41b971441add00dc2c9ebb0a0350bc5e29e67f0c.tar.gz org.eclipse.linuxtools-41b971441add00dc2c9ebb0a0350bc5e29e67f0c.tar.xz org.eclipse.linuxtools-41b971441add00dc2c9ebb0a0350bc5e29e67f0c.zip |
Bug 408543 : Gcov feature version fix.
Incremented Gcov feature version to match stable3.1.
(as part of enabling gcov programatically).
Change-Id: Ie2bdc038657d949db2bea9e91e81f64bf92bc018
Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
Reviewed-on: https://git.eclipse.org/r/32815
Tested-by: Hudson CI
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r-- | gcov/org.eclipse.linuxtools.gcov-feature/feature.xml | 2 | ||||
-rw-r--r-- | gcov/org.eclipse.linuxtools.gcov-feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml b/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml index 2da703e513..072d8e9993 100644 --- a/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml +++ b/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.linuxtools.gcov" label="%featureName" - version="1.1.0.qualifier" + version="1.2.0.qualifier" provider-name="%featureProvider" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml index 0819803b22..dec60924da 100644 --- a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml +++ b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml @@ -18,7 +18,7 @@ </parent> <artifactId>org.eclipse.linuxtools.gcov</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <name>Linux Tools GCov Feature</name> |