Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedwards committed May 23, 2015
1 parent bb0eb27 commit d5b12aa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.github.sdedwards.m2e-nar.feature"
label="M2E NAR"
version="1.0.1.qualifier"
version="1.0.1"
provider-name="sdedwards">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.sdedwards.m2e-nar</groupId>
<artifactId>m2e-nar</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>com.github.sdedwards.m2e-nar.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar.repo/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.github.sdedwards.m2e-nar.feature_1.0.1.qualifier.jar" id="com.github.sdedwards.m2e-nar.feature" version="1.0.1.qualifier">
<feature url="features/com.github.sdedwards.m2e-nar.feature_1.0.1.jar" id="com.github.sdedwards.m2e-nar.feature" version="1.0.1">
<category name="m2e-nar"/>
</feature>
<category-def name="m2e-nar" label="NAR Maven Plugin Integration for Eclipse">
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar.repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.sdedwards.m2e-nar</groupId>
<artifactId>m2e-nar</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>com.github.sdedwards.m2e-nar.repo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: m2e-nar-test
Bundle-SymbolicName: com.github.sdedwards.m2e-nar.test
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.1
Bundle-Vendor: sdedwards
Fragment-Host: com.github.sdedwards.m2e-nar;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.sdedwards.m2e-nar</groupId>
<artifactId>m2e-nar</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>com.github.sdedwards.m2e-nar.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: m2e-nar
Bundle-SymbolicName: com.github.sdedwards.m2e-nar;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.1
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.debug.core,
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdedwards.m2e-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.sdedwards.m2e-nar</groupId>
<artifactId>m2e-nar</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>com.github.sdedwards.m2e-nar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ under the License.

<groupId>com.github.sdedwards.m2e-nar</groupId>
<artifactId>m2e-nar</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>NAR Maven Plugin Integration for Eclipse (parent)</name>
Expand Down

0 comments on commit d5b12aa

Please sign in to comment.