diff options
author | Szymon Ptaszkiewicz | 2015-07-03 07:37:52 +0000 |
---|---|---|
committer | Szymon Ptaszkiewicz | 2015-07-03 07:37:52 +0000 |
commit | ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9 (patch) | |
tree | 5fe48f933ca95cd9712db164e083d4723209fa26 /tests | |
parent | 6a8504da66e8d41683dcb54207b9af9a4d73afe7 (diff) | |
download | eclipse.platform.team-ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9.tar.gz eclipse.platform.team-ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9.tar.xz eclipse.platform.team-ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9.zip |
Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.eclipse.compare.tests/pom.xml | 4 | ||||
-rw-r--r-- | tests/org.eclipse.core.tests.net/pom.xml | 4 | ||||
-rw-r--r-- | tests/org.eclipse.jsch.tests/pom.xml | 4 | ||||
-rw-r--r-- | tests/org.eclipse.team.tests.core/pom.xml | 4 | ||||
-rw-r--r-- | tests/org.eclipse.team.tests.cvs.core/pom.xml | 2 | ||||
-rw-r--r-- | tests/pom.xml | 6 |
6 files changed, 12 insertions, 12 deletions
diff --git a/tests/org.eclipse.compare.tests/pom.xml b/tests/org.eclipse.compare.tests/pom.xml index b62cabb8f..193a9042e 100644 --- a/tests/org.eclipse.compare.tests/pom.xml +++ b/tests/org.eclipse.compare.tests/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2014 Eclipse Foundation and others. + Copyright (c) 2012, 2015 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 @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.team.tests</artifactId> <groupId>eclipse.platform.team</groupId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.compare</groupId> <artifactId>org.eclipse.compare.tests</artifactId> diff --git a/tests/org.eclipse.core.tests.net/pom.xml b/tests/org.eclipse.core.tests.net/pom.xml index 99baefc13..2989c94c2 100644 --- a/tests/org.eclipse.core.tests.net/pom.xml +++ b/tests/org.eclipse.core.tests.net/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2014 Eclipse Foundation and others. + Copyright (c) 2012, 2015 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 @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.team.tests</artifactId> <groupId>eclipse.platform.team</groupId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.tests.net</artifactId> diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml index 484accd91..49f9e6eb6 100644 --- a/tests/org.eclipse.jsch.tests/pom.xml +++ b/tests/org.eclipse.jsch.tests/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2013 Eclipse Foundation and others. + Copyright (c) 2012, 2015 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 @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.team.tests</artifactId> <groupId>eclipse.platform.team</groupId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jsch</groupId> <artifactId>org.eclipse.jsch.tests</artifactId> diff --git a/tests/org.eclipse.team.tests.core/pom.xml b/tests/org.eclipse.team.tests.core/pom.xml index 90c1a8a09..457dc188b 100644 --- a/tests/org.eclipse.team.tests.core/pom.xml +++ b/tests/org.eclipse.team.tests.core/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2014 Eclipse Foundation and others. + Copyright (c) 2012, 2015 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 @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.team.tests</artifactId> <groupId>eclipse.platform.team</groupId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.team</groupId> <artifactId>org.eclipse.team.tests.core</artifactId> diff --git a/tests/org.eclipse.team.tests.cvs.core/pom.xml b/tests/org.eclipse.team.tests.cvs.core/pom.xml index aafcfd9ac..a32af41a3 100644 --- a/tests/org.eclipse.team.tests.cvs.core/pom.xml +++ b/tests/org.eclipse.team.tests.cvs.core/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.team.tests</artifactId> <groupId>eclipse.platform.team</groupId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.team</groupId> <artifactId>org.eclipse.team.tests.cvs.core</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index 87beb0f0b..5cfcdf227 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013 Eclipse Foundation and others. + Copyright (c) 2013, 2015 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 @@ -14,10 +14,10 @@ <parent> <groupId>eclipse.platform.team</groupId> <artifactId>eclipse.platform.team</artifactId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> </parent> <artifactId>eclipse.platform.team.tests</artifactId> - <version>4.5.0-SNAPSHOT</version> + <version>4.6.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings> |