Skip to content

Commit 0421d28

Browse files
committed
set version to 0.2
0.1 had incomplete pom updates
1 parent c84f3f9 commit 0421d28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

metatype-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.metatype</groupId>
2424
<artifactId>metatype-parent</artifactId>
25-
<version>0.1-SNAPSHOT</version>
25+
<version>0.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

metatype-ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.metatype</groupId>
2424
<artifactId>metatype-parent</artifactId>
25-
<version>0.1-SNAPSHOT</version>
25+
<version>0.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<packaging>jar</packaging>

metatype-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.metatype</groupId>
2424
<artifactId>metatype-parent</artifactId>
25-
<version>0.1</version>
25+
<version>0.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.metatype</groupId>
2323
<artifactId>metatype-parent</artifactId>
24-
<version>0.1-SNAPSHOT</version>
24+
<version>0.2</version>
2525
<packaging>pom</packaging>
2626
<name>Metatypes</name>
2727

0 commit comments

Comments
 (0)