Skip to content

Commit

Permalink
[release] oo-atom-0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 29, 2017
1 parent 585521f commit 39c503a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.8</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.8</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.8</version>
</parent>
<artifactId>atom-it</artifactId>
<packaging>bundle</packaging>
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.8</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.8</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.8</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.8</atom.version>
<atom.plugin>oo.atom.codegen.bytebuddy.plugin.EnforcingAtomPlugin</atom.plugin>
</properties>

Expand Down

0 comments on commit 39c503a

Please sign in to comment.