File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ SOFTWARE.
30
30
<parent >
31
31
<groupId >oo</groupId >
32
32
<artifactId >oo-atom</artifactId >
33
- <version >0.0.0-SNAPSHOT </version >
33
+ <version >0.0.9 </version >
34
34
</parent >
35
35
<artifactId >atom-api</artifactId >
36
36
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >oo</groupId >
6
6
<artifactId >oo-atom</artifactId >
7
- <version >0.0.0-SNAPSHOT </version >
7
+ <version >0.0.9 </version >
8
8
</parent >
9
9
<artifactId >atom-codegen</artifactId >
10
10
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >oo</groupId >
6
6
<artifactId >oo-atom</artifactId >
7
- <version >0.0.0-SNAPSHOT </version >
7
+ <version >0.0.9 </version >
8
8
</parent >
9
9
<artifactId >atom-it</artifactId >
10
10
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >oo</groupId >
6
6
<artifactId >atom-samples</artifactId >
7
- <version >0.0.0-SNAPSHOT </version >
7
+ <version >0.0.9 </version >
8
8
</parent >
9
9
<artifactId >fibonacci</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >oo</groupId >
6
6
<artifactId >atom-starter</artifactId >
7
- <version >0.0.0-SNAPSHOT </version >
7
+ <version >0.0.9 </version >
8
8
<relativePath >../atom-starter</relativePath >
9
9
</parent >
10
10
<artifactId >atom-samples</artifactId >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<groupId >oo</groupId >
9
9
<artifactId >oo-atom</artifactId >
10
- <version >0.0.0-SNAPSHOT </version >
10
+ <version >0.0.9 </version >
11
11
</parent >
12
12
<artifactId >atom-starter</artifactId >
13
13
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >oo</groupId >
6
6
<artifactId >oo-atom</artifactId >
7
- <version >0.0.0-SNAPSHOT </version >
7
+ <version >0.0.9 </version >
8
8
</parent >
9
9
<artifactId >atom-tests</artifactId >
10
10
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ SOFTWARE.
29
29
30
30
<groupId >oo</groupId >
31
31
<artifactId >oo-atom</artifactId >
32
- <version >0.0.0-SNAPSHOT </version >
32
+ <version >0.0.9 </version >
33
33
<packaging >pom</packaging >
34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<maven .compiler.source>1.8</maven .compiler.source>
37
37
<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>
39
39
<atom .plugin>oo.atom.codegen.bytebuddy.plugin.EnforcingAtomPlugin</atom .plugin>
40
40
</properties >
41
41
You can’t perform that action at this time.
0 commit comments