File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >spring-boot-cli</artifactId >
7
7
<groupId >br.com.netodevel</groupId >
8
- <version >0.0.1 .BUILD-SNAPSHOT</version >
8
+ <version >0.0.2 .BUILD-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
-
12
11
<artifactId >generator-core</artifactId >
13
12
14
13
<dependencies >
15
14
<dependency >
16
15
<groupId >junit</groupId >
17
16
<artifactId >junit</artifactId >
18
17
</dependency >
19
-
20
18
<dependency >
21
19
<groupId >org.apache.commons</groupId >
22
20
<artifactId >commons-io</artifactId >
23
21
<version >1.3.2</version >
24
22
</dependency >
25
-
26
23
</dependencies >
27
24
28
25
</project >
Original file line number Diff line number Diff line change 11
11
<url >https://projects.spring.io/spring-cloud/</url >
12
12
13
13
<modules >
14
- <module >spring-boot-generate</module >
15
14
<module >spring-scaffold-cli</module >
15
+ <module >spring-boot-generate</module >
16
16
<module >generator-core</module >
17
17
<module >templates-java</module >
18
18
</modules >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >br.com</groupId >
28
28
<artifactId >spring-boot-generate</artifactId >
29
- <version >0.0.1 -SNAPSHOT</version >
29
+ <version >0.0.2 -SNAPSHOT</version >
30
30
</dependency >
31
31
32
32
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >spring-boot-cli</artifactId >
7
7
<groupId >br.com.netodevel</groupId >
8
- <version >0.0.1 .BUILD-SNAPSHOT</version >
8
+ <version >0.0.2 .BUILD-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >templates-java</artifactId >
13
+ <build >
14
+ <plugins >
15
+ <plugin >
16
+ <groupId >org.apache.maven.plugins</groupId >
17
+ <artifactId >maven-compiler-plugin</artifactId >
18
+ <configuration >
19
+ <source >8</source >
20
+ <target >8</target >
21
+ </configuration >
22
+ </plugin >
23
+ </plugins >
24
+ </build >
13
25
<dependencies >
14
26
<dependency >
15
27
<groupId >br.com.netodevel</groupId >
19
31
</dependency >
20
32
</dependencies >
21
33
22
-
23
34
</project >
You can’t perform that action at this time.
0 commit comments