Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-06-19 14:19:26 +0000
committerMarkus Keller2014-06-25 18:57:33 +0000
commit8e731ee9d937cba82b433670e699f86a36faf583 (patch)
tree5f7f10c3ef3abee6db8c25b8f2a18b715d1ceaaa /tests-pom
parente50fba8828c054207eb4f1a56a83880c9a1ebbc8 (diff)
downloadeclipse.jdt.core-8e731ee9d937cba82b433670e699f86a36faf583.tar.gz
eclipse.jdt.core-8e731ee9d937cba82b433670e699f86a36faf583.tar.xz
eclipse.jdt.core-8e731ee9d937cba82b433670e699f86a36faf583.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
Diffstat (limited to 'tests-pom')
-rw-r--r--tests-pom/pom.xml50
1 files changed, 25 insertions, 25 deletions
diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml
index 58217873a8..fd4b37c50e 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2013 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- IBM Corporation - initial API and implementation
--->
-<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>eclipse.jdt.core</groupId>
- <artifactId>eclipse.jdt.core</artifactId>
- <version>4.4.0-SNAPSHOT</version>
- </parent>
- <artifactId>tests-pom</artifactId>
- <version>4.4.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <properties>
- <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
- </properties>
-</project> \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2013 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+-->
+<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>eclipse.jdt.core</groupId>
+ <artifactId>eclipse.jdt.core</artifactId>
+ <version>4.5.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>tests-pom</artifactId>
+ <version>4.5.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <properties>
+ <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
+ </properties>
+</project>

Back to the top