Skip to content

Commit

Permalink
[release] oo-atom-0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Oct 10, 2017
1 parent ca0ee68 commit 24fc684
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion atom-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SOFTWARE.
<parent>
<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
</parent>
<artifactId>atom-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion atom-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
</parent>
<artifactId>atom-codegen</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion atom-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
</parent>
<artifactId>atom-it</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion atom-samples/fibonacci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>oo</groupId>
<artifactId>atom-samples</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
</parent>
<artifactId>fibonacci</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion atom-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>oo</groupId>
<artifactId>atom-starter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
<relativePath>../atom-starter</relativePath>
</parent>
<artifactId>atom-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion atom-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
</parent>
<artifactId>atom-starter</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion atom-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
</parent>
<artifactId>atom-tests</artifactId>
<packaging>bundle</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ SOFTWARE.

<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.9</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<atom.version>0.0.0-SNAPSHOT</atom.version>
<atom.version>0.0.9</atom.version>
<atom.plugin>oo.atom.codegen.bytebuddy.plugin.EnforcingAtomPlugin</atom.plugin>
</properties>

Expand Down

0 comments on commit 24fc684

Please sign in to comment.