Skip to content

Commit 5d79e8c

Browse files
committed
Release 2.0.2
1 parent 85bd7de commit 5d79e8c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

com.morcinek.android.codegenerator.plugin/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: Android Code Generator
44
Bundle-SymbolicName: com.morcinek.android.codegenerator.plugin;singleton:=true
5-
Bundle-Version: 2.0.1
5+
Bundle-Version: 2.0.2
66
Bundle-Activator: com.morcinek.android.codegenerator.plugin.Activator
77
Bundle-Vendor: MORCINEK
88
Require-Bundle: org.eclipse.ui,

com.morcinek.android.codegenerator.plugin/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<parent>
99
<groupId>com.morcinek.android.codegenerator</groupId>
1010
<artifactId>android-codegenerator-plugin-eclipse</artifactId>
11-
<version>2.0.1</version>
12-
<relativePath>../pom.xml</relativePath>
11+
<version>2.0.2</version>
1312
</parent>
1413

1514
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.morcinek.android.codegenerator</groupId>
55
<artifactId>android-codegenerator-plugin-eclipse</artifactId>
6-
<version>2.0.1</version>
6+
<version>2.0.2</version>
77
<packaging>pom</packaging>
88

99
<modules>

0 commit comments

Comments
 (0)