Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-03-27 14:42:24 +0000
committerThomas Watson2013-03-27 14:42:24 +0000
commit8b767d47756ce793565a884c3e0ae894f5609a63 (patch)
tree631f401276aca84623755e585e23161f6cec40b8 /pom.xml
parenta1a4aeafc79dcdab2289b45e6f8c87ed0dbb4e26 (diff)
downloadrt.equinox.bundles-8b767d47756ce793565a884c3e0ae894f5609a63.tar.gz
rt.equinox.bundles-8b767d47756ce793565a884c3e0ae894f5609a63.tar.xz
rt.equinox.bundles-8b767d47756ce793565a884c3e0ae894f5609a63.zip
Bug 403970 - Update rt.bundles and rt.framework parent versions
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 16 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 03dd50906..e4f076a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,28 +9,38 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git</tycho.scmUrl>
</properties>
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>eclipse-hosted</id>
+ <url>https://repo.eclipse.org/content/repositories/eclipse/</url>
+ </repository>
+ </repositories>
+
<modules>
<module>bundles/org.eclipse.equinox.security.ui</module>
<module>features/org.eclipse.equinox.compendium.sdk</module>

Back to the top