File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <groupId >net.aboodyy</groupId >
88 <artifactId >localtime-expansion</artifactId >
99 <version >1.2</version >
10- <build >
11- <plugins >
12- <plugin >
13- <groupId >org.apache.maven.plugins</groupId >
14- <artifactId >maven-compiler-plugin</artifactId >
15- <configuration >
16- <source >8</source >
17- <target >8</target >
18- </configuration >
19- </plugin >
20- </plugins >
21- </build >
2210
2311 <repositories >
2412 <repository >
4533 </dependency >
4634 </dependencies >
4735
36+ <build >
37+ <finalName >LocalTime-Expansion-${project.version} </finalName >
38+ <plugins >
39+ <plugin >
40+ <groupId >org.apache.maven.plugins</groupId >
41+ <artifactId >maven-compiler-plugin</artifactId >
42+ <configuration >
43+ <source >8</source >
44+ <target >8</target >
45+ </configuration >
46+ </plugin >
47+ </plugins >
48+ </build >
49+
4850</project >
You can’t perform that action at this time.
0 commit comments