Skip to content

Commit d5b12aa

Browse files
committed
Release v1.0.1
1 parent bb0eb27 commit d5b12aa

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

com.github.sdedwards.m2e-nar.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.github.sdedwards.m2e-nar.feature"
44
label="M2E NAR"
5-
version="1.0.1.qualifier"
5+
version="1.0.1"
66
provider-name="sdedwards">
77

88
<description>

com.github.sdedwards.m2e-nar.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.sdedwards.m2e-nar</groupId>
88
<artifactId>m2e-nar</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>com.github.sdedwards.m2e-nar.feature</artifactId>

com.github.sdedwards.m2e-nar.repo/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<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">
3+
<feature url="features/com.github.sdedwards.m2e-nar.feature_1.0.1.jar" id="com.github.sdedwards.m2e-nar.feature" version="1.0.1">
44
<category name="m2e-nar"/>
55
</feature>
66
<category-def name="m2e-nar" label="NAR Maven Plugin Integration for Eclipse">

com.github.sdedwards.m2e-nar.repo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.sdedwards.m2e-nar</groupId>
88
<artifactId>m2e-nar</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>com.github.sdedwards.m2e-nar.repo</artifactId>

com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: m2e-nar-test
44
Bundle-SymbolicName: com.github.sdedwards.m2e-nar.test
5-
Bundle-Version: 1.0.1.qualifier
5+
Bundle-Version: 1.0.1
66
Bundle-Vendor: sdedwards
77
Fragment-Host: com.github.sdedwards.m2e-nar;bundle-version="1.0.0"
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

com.github.sdedwards.m2e-nar.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.sdedwards.m2e-nar</groupId>
88
<artifactId>m2e-nar</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>com.github.sdedwards.m2e-nar.test</artifactId>

com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: m2e-nar
44
Bundle-SymbolicName: com.github.sdedwards.m2e-nar;singleton:=true
5-
Bundle-Version: 1.0.1.qualifier
5+
Bundle-Version: 1.0.1
66
Require-Bundle: org.eclipse.core.runtime,
77
org.eclipse.core.resources,
88
org.eclipse.debug.core,

com.github.sdedwards.m2e-nar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.sdedwards.m2e-nar</groupId>
88
<artifactId>m2e-nar</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>com.github.sdedwards.m2e-nar</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121

2222
<groupId>com.github.sdedwards.m2e-nar</groupId>
2323
<artifactId>m2e-nar</artifactId>
24-
<version>1.0.1-SNAPSHOT</version>
24+
<version>1.0.1</version>
2525
<packaging>pom</packaging>
2626

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

0 commit comments

Comments
 (0)