Skip to content

Commit 4442649

Browse files
committed
[release] oo-atom-0.0.11
1 parent 4a5603c commit 4442649

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

atom-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>oo-atom</artifactId>
77
<groupId>oo</groupId>
8-
<version>0.0.0-SNAPSHOT</version>
8+
<version>0.0.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

atom-basis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>oo-atom</artifactId>
3131
<groupId>oo</groupId>
32-
<version>0.0.0-SNAPSHOT</version>
32+
<version>0.0.11</version>
3333
</parent>
3434
<modelVersion>4.0.0</modelVersion>
3535

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>atom-starter</artifactId>
7-
<version>0.0.0-SNAPSHOT</version>
7+
<version>0.0.11</version>
88
<relativePath>../atom-starter</relativePath>
99
</parent>
1010
<artifactId>atom-it</artifactId>

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.11</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.11</version>
88
<relativePath>../atom-starter</relativePath>
99
</parent>
1010
<artifactId>atom-samples</artifactId>

atom-samples/todo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>oo</groupId>
3333
<artifactId>atom-samples</artifactId>
34-
<version>0.0.0-SNAPSHOT</version>
34+
<version>0.0.11</version>
3535
</parent>
3636
<artifactId>todo</artifactId>
3737
<packaging>war</packaging>

atom-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>oo</groupId>
77
<artifactId>atom-starter</artifactId>
8-
<version>0.0.0-SNAPSHOT</version>
8+
<version>0.0.11</version>
99
<packaging>pom</packaging>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
15-
<atom.version>0.0.0-SNAPSHOT</atom.version>
15+
<atom.version>0.0.11</atom.version>
1616
</properties>
1717

1818
<repositories>

atom-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>oo-atom</artifactId>
77
<groupId>oo</groupId>
8-
<version>0.0.0-SNAPSHOT</version>
8+
<version>0.0.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

atomizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>oo-atom</artifactId>
77
<groupId>oo</groupId>
8-
<version>0.0.0-SNAPSHOT</version>
8+
<version>0.0.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SOFTWARE.
2929

3030
<groupId>oo</groupId>
3131
<artifactId>oo-atom</artifactId>
32-
<version>0.0.0-SNAPSHOT</version>
32+
<version>0.0.11</version>
3333
<packaging>pom</packaging>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)