Skip to content

Commit

Permalink
[release] oo-atom-0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Nov 29, 2017
1 parent 78045a2 commit b627ca5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion atom-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oo-atom</artifactId>
<groupId>oo</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion atom-basis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>oo-atom</artifactId>
<groupId>oo</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>atom-starter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</version>
<relativePath>../atom-starter</relativePath>
</parent>
<artifactId>atom-it</artifactId>
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.10</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.10</version>
<relativePath>../atom-starter</relativePath>
</parent>
<artifactId>atom-samples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions atom-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<groupId>oo</groupId>
<artifactId>atom-starter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</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.10</atom.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion atom-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oo-atom</artifactId>
<groupId>oo</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion atomizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oo-atom</artifactId>
<groupId>oo</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SOFTWARE.

<groupId>oo</groupId>
<artifactId>oo-atom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b627ca5

Please sign in to comment.