Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-17 03:13:59 +0000
committerPascal Rapicault2011-02-17 03:13:59 +0000
commit22e3c1427270851e51012ac6c8bd6ecbf68362bd (patch)
tree54351decd9ff3d1e90bb5ba64e87e355a351ef0c /features/org.eclipse.equinox.p2.discovery.feature
parentc9980bc45b8c3a6797e90caeae764024ad773210 (diff)
downloadrt.equinox.p2-22e3c1427270851e51012ac6c8bd6ecbf68362bd.tar.gz
rt.equinox.p2-22e3c1427270851e51012ac6c8bd6ecbf68362bd.tar.xz
rt.equinox.p2-22e3c1427270851e51012ac6c8bd6ecbf68362bd.zip
Update version numbers in poms.
Diffstat (limited to 'features/org.eclipse.equinox.p2.discovery.feature')
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/pom.xml b/features/org.eclipse.equinox.p2.discovery.feature/pom.xml
new file mode 100644
index 000000000..6e247e4b0
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.discovery.feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.equinox.p2-parent</artifactId>
+ <groupId>org.eclipse</groupId>
+ <version>0.0.1-SNAPSHOT</version><relativePath>../org.eclipse.equinox.p2-parent</relativePath>
+ </parent>
+ <groupId>org.eclipse</groupId>
+ <artifactId>org.eclipse.equinox.p2.discovery.feature</artifactId>
+ <version>1.0.100.qualifier</version>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top