Skip to content

Commit 24fc684

Browse files
committed
[release] oo-atom-0.0.9
1 parent ca0ee68 commit 24fc684

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

atom-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SOFTWARE.
3030
<parent>
3131
<groupId>oo</groupId>
3232
<artifactId>oo-atom</artifactId>
33-
<version>0.0.0-SNAPSHOT</version>
33+
<version>0.0.9</version>
3434
</parent>
3535
<artifactId>atom-api</artifactId>
3636
<packaging>bundle</packaging>

atom-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>oo</groupId>
66
<artifactId>oo-atom</artifactId>
7-
<version>0.0.0-SNAPSHOT</version>
7+
<version>0.0.9</version>
88
</parent>
99
<artifactId>atom-codegen</artifactId>
1010
<packaging>bundle</packaging>

atom-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>oo</groupId>
66
<artifactId>oo-atom</artifactId>
7-
<version>0.0.0-SNAPSHOT</version>
7+
<version>0.0.9</version>
88
</parent>
99
<artifactId>atom-it</artifactId>
1010
<packaging>bundle</packaging>

atom-samples/fibonacci/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>oo</groupId>
66
<artifactId>atom-samples</artifactId>
7-
<version>0.0.0-SNAPSHOT</version>
7+
<version>0.0.9</version>
88
</parent>
99
<artifactId>fibonacci</artifactId>
1010
<packaging>jar</packaging>

atom-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>oo</groupId>
66
<artifactId>atom-starter</artifactId>
7-
<version>0.0.0-SNAPSHOT</version>
7+
<version>0.0.9</version>
88
<relativePath>../atom-starter</relativePath>
99
</parent>
1010
<artifactId>atom-samples</artifactId>

atom-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<groupId>oo</groupId>
99
<artifactId>oo-atom</artifactId>
10-
<version>0.0.0-SNAPSHOT</version>
10+
<version>0.0.9</version>
1111
</parent>
1212
<artifactId>atom-starter</artifactId>
1313
<packaging>pom</packaging>

atom-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>oo</groupId>
66
<artifactId>oo-atom</artifactId>
7-
<version>0.0.0-SNAPSHOT</version>
7+
<version>0.0.9</version>
88
</parent>
99
<artifactId>atom-tests</artifactId>
1010
<packaging>bundle</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ SOFTWARE.
2929

3030
<groupId>oo</groupId>
3131
<artifactId>oo-atom</artifactId>
32-
<version>0.0.0-SNAPSHOT</version>
32+
<version>0.0.9</version>
3333
<packaging>pom</packaging>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>
38-
<atom.version>0.0.0-SNAPSHOT</atom.version>
38+
<atom.version>0.0.9</atom.version>
3939
<atom.plugin>oo.atom.codegen.bytebuddy.plugin.EnforcingAtomPlugin</atom.plugin>
4040
</properties>
4141

0 commit comments

Comments
 (0)