diff options
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml index e7d111d846..e1404d3544 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml @@ -56,7 +56,7 @@ <artifactId>org.eclipse.jgit.updatesite</artifactId> <packaging>eclipse-update-site</packaging> - <name>Eclipse JGit Plugin Update Site (Incubation)</name> + <name>Eclipse JGit Plugin Update Site</name> <!-- see http://issues.sonatype.org/browse/TYCHO-313 --> <version>1.0.0-SNAPSHOT</version> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml index 60eb1028cc..7fdef57125 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml @@ -4,17 +4,17 @@ This is a pure Java implementation of the Git version control system. The native Git version is also required in this version. </description> <feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true"> - <category name="JGit (Incubation)"/> + <category name="JGit"/> </feature> <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true"> - <category name="JGit (Incubation)"/> + <category name="JGit"/> </feature> <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true"> - <category name="JGit (Incubation)"/> + <category name="JGit"/> </feature> - <category-def name="JGit (Incubation)" label="JGit (Incubation)"> + <category-def name="JGit" label="JGit"> <description> - JGit (Incubation) + JGit </description> </category-def> </site> |