diff options
author | Andrew Overholt | 2011-08-22 18:06:54 +0000 |
---|---|---|
committer | Andrew Overholt | 2011-08-23 12:39:41 +0000 |
commit | 0802a240761826e74c0b4ec3f003d93cf9e58a67 (patch) | |
tree | 2fb936bffde10b09545c04fcb56ee5eea165e0d7 | |
parent | 270dbfff315e44cb10bfc3018f894f6671f859f5 (diff) | |
download | org.eclipse.linuxtools-0802a240761826e74c0b4ec3f003d93cf9e58a67.tar.gz org.eclipse.linuxtools-0802a240761826e74c0b4ec3f003d93cf9e58a67.tar.xz org.eclipse.linuxtools-0802a240761826e74c0b4ec3f003d93cf9e58a67.zip |
Add missing version to man POMs
Add version entities to man parent POM and man feature POM
-rw-r--r-- | man/org.eclipse.linuxtools.man-feature/pom.xml | 1 | ||||
-rw-r--r-- | man/org.eclipse.linuxtools.man/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/man/org.eclipse.linuxtools.man-feature/pom.xml b/man/org.eclipse.linuxtools.man-feature/pom.xml index ccc2992500..79a5923837 100644 --- a/man/org.eclipse.linuxtools.man-feature/pom.xml +++ b/man/org.eclipse.linuxtools.man-feature/pom.xml @@ -24,6 +24,7 @@ <artifactId>org.eclipse.linuxtools.man-feature</artifactId> <packaging>eclipse-feature</packaging> + <version>0.0.1-SNAPSHOT</version> <name>Linux Tools Man Feature (Incubation)</name> diff --git a/man/org.eclipse.linuxtools.man/pom.xml b/man/org.eclipse.linuxtools.man/pom.xml index b32ea477d4..35c1e19a62 100644 --- a/man/org.eclipse.linuxtools.man/pom.xml +++ b/man/org.eclipse.linuxtools.man/pom.xml @@ -23,6 +23,7 @@ </parent> <artifactId>org.eclipse.linuxtools.man</artifactId> + <version>0.0.1-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <name>Linux Tools Man Plug-in</name> |