Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Updates version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joeymink committed Jul 13, 2011
1 parent 220a8cf commit 77d75f6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion org.mongodb.meclipse.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.mongodb.meclipse.bundle"
label="Meclipse bundle"
version="0.0.4.qualifier"
version="0.0.5.qualifier"
provider-name="Flavio Percoco Premoli, Joey Mink">

<description url="http://www.example.com/description">
Expand Down
4 changes: 2 additions & 2 deletions org.mongodb.meclipse.feature/pom.xml
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>mavenparent</artifactId>
<groupId>org.mongodb.meclipse</groupId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<relativePath>../org.mongodb.meclipse.mavenparent</relativePath>
</parent>
<artifactId>meclipse-bundle</artifactId>
<version>0.0.4-SNAPSHOT</version>
<!--version>0.0.4-SNAPSHOT</version-->
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mongodb.meclipse.mavenparent/pom.xml
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb.meclipse</groupId>
<artifactId>mavenparent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion org.mongodb.meclipse.repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.mongodb.meclipse.bundle_0.0.4.qualifier.jar" id="org.mongodb.meclipse.bundle" version="0.0.4.qualifier">
<feature url="features/org.mongodb.meclipse.bundle_0.0.5.qualifier.jar" id="org.mongodb.meclipse.bundle" version="0.0.5.qualifier">
<category name="org.mongodb.meclipse.category"/>
</feature>
<category-def name="org.mongodb.meclipse.category" label="Meclipse"/>
Expand Down
4 changes: 2 additions & 2 deletions org.mongodb.meclipse.repository/pom.xml
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>mavenparent</artifactId>
<groupId>org.mongodb.meclipse</groupId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<relativePath>../org.mongodb.meclipse.mavenparent</relativePath>
</parent>
<artifactId>meclipse-repository</artifactId>
<version>0.0.4-SNAPSHOT</version>
<!-- version>0.0.4-SNAPSHOT</version-->
<packaging>eclipse-repository</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mongodb.meclipse/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Meclipse
Bundle-SymbolicName: org.mongodb.meclipse; singleton:=true
Bundle-Version: 0.0.4.qualifier
Bundle-Version: 0.0.5.qualifier
Bundle-Activator: org.mongodb.meclipse.MeclipsePlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.mongodb.meclipse/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mavenparent</artifactId>
<groupId>org.mongodb.meclipse</groupId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<relativePath>../org.mongodb.meclipse.mavenparent</relativePath>
</parent>
<artifactId>meclipse</artifactId>
Expand Down

0 comments on commit 77d75f6

Please sign in to comment.