Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-08-25 15:19:47 +0000
committerUwe Stieber2013-08-25 15:19:47 +0000
commit9faf34876bed7b64e7ed840f0bf0b2d460199eec (patch)
tree4a3ccbf1c85976d507d733b4daa7e6ad85cecced /target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
parent09ca1234db5aea94f94253a04aee905d1db6d7d3 (diff)
downloadorg.eclipse.tcf-9faf34876bed7b64e7ed840f0bf0b2d460199eec.tar.gz
org.eclipse.tcf-9faf34876bed7b64e7ed840f0bf0b2d460199eec.tar.xz
org.eclipse.tcf-9faf34876bed7b64e7ed840f0bf0b2d460199eec.zip
Releng: Uprev plugin and feature versions to "1.2.0"
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
index a6f385289..b44d3f6c5 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-
- <parent>
- <groupId>org.eclipse.tcf</groupId>
- <artifactId>tcf-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../pom.xml</relativePath>
- </parent>
-
- <artifactId>org.eclipse.tcf.te.tcf.core.model</artifactId>
- <version>1.1.0.qualifier</version>
- <packaging>eclipse-plugin</packaging>
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+
+ <parent>
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.eclipse.tcf.te.tcf.core.model</artifactId>
+ <version>1.2.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top