File tree Expand file tree Collapse file tree
session-handling-spring-security Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 <plugin >
6363 <groupId >org.apache.maven.plugins</groupId >
6464 <artifactId >maven-compiler-plugin</artifactId >
65- <version >3.1 </version >
65+ <version >3.2 </version >
6666 <configuration >
6767 <source >1.8</source >
6868 <target >1.8</target >
7878 <artifactId >maven-war-plugin</artifactId >
7979 <version >2.4</version >
8080 </plugin >
81+ <plugin >
82+ <groupId >org.apache.maven.plugins</groupId >
83+ <artifactId >maven-compiler-plugin</artifactId >
84+ <version >3.2</version >
85+ </plugin >
8186 </plugins >
8287 </build >
8388</project >
Original file line number Diff line number Diff line change 5555 <plugin >
5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-compiler-plugin</artifactId >
58- <version >3.1 </version >
58+ <version >3.2 </version >
5959 <configuration >
6060 <source >1.8</source >
6161 <target >1.8</target >
7171 <artifactId >maven-war-plugin</artifactId >
7272 <version >2.4</version >
7373 </plugin >
74+ <plugin >
75+ <groupId >org.apache.maven.plugins</groupId >
76+ <artifactId >maven-jar-plugin</artifactId >
77+ <version >2.5</version >
78+ </plugin >
7479 </plugins >
7580 </build >
7681
Original file line number Diff line number Diff line change 7171 <plugins >
7272 <plugin >
7373 <artifactId >maven-compiler-plugin</artifactId >
74- <version >3.1 </version >
74+ <version >3.2 </version >
7575 <configuration >
7676 <source >1.7</source >
7777 <target >1.7</target >
8080 <plugin >
8181 <groupId >org.apache.maven.plugins</groupId >
8282 <artifactId >maven-war-plugin</artifactId >
83- <version >2.4 </version >
83+ <version >2.5 </version >
8484 </plugin >
8585 <plugin >
8686 <groupId >org.apache.maven.plugins</groupId >
8787 <artifactId >maven-dependency-plugin</artifactId >
88- <version >2.8 </version >
88+ <version >2.9 </version >
8989 <executions >
9090 <execution >
9191 <phase >validate</phase >
Original file line number Diff line number Diff line change 6666 <plugin >
6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-compiler-plugin</artifactId >
69- <version >3.1 </version >
69+ <version >3.2 </version >
7070 <configuration >
7171 <source >1.8</source >
7272 <target >1.8</target >
Original file line number Diff line number Diff line change 4747 <plugin >
4848 <groupId >org.apache.maven.plugins</groupId >
4949 <artifactId >maven-compiler-plugin</artifactId >
50- <version >3.1 </version >
50+ <version >3.2 </version >
5151 <configuration >
5252 <source >1.8</source >
5353 <target >1.8</target >
5454 </configuration >
5555 </plugin >
56+ <plugin >
57+ <groupId >org.apache.maven.plugins</groupId >
58+ <artifactId >maven-jar-plugin</artifactId >
59+ <version >2.5</version >
60+ </plugin >
5661 </plugins >
5762 </build >
5863</project >
Original file line number Diff line number Diff line change 5353 <plugin >
5454 <groupId >org.apache.maven.plugins</groupId >
5555 <artifactId >maven-compiler-plugin</artifactId >
56- <version >3.1 </version >
56+ <version >3.2 </version >
5757 <configuration >
5858 <source >1.8</source >
5959 <target >1.8</target >
Original file line number Diff line number Diff line change 4747 <plugin >
4848 <groupId >org.apache.maven.plugins</groupId >
4949 <artifactId >maven-compiler-plugin</artifactId >
50- <version >3.1 </version >
50+ <version >3.2 </version >
5151 <configuration >
5252 <source >1.8</source >
5353 <target >1.8</target >
5454 </configuration >
5555 </plugin >
56+ <plugin >
57+ <groupId >org.apache.maven.plugins</groupId >
58+ <artifactId >maven-jar-plugin</artifactId >
59+ <version >2.5</version >
60+ </plugin >
5661 </plugins >
5762 </build >
5863</project >
Original file line number Diff line number Diff line change 9898 <plugin >
9999 <groupId >org.apache.maven.plugins</groupId >
100100 <artifactId >maven-compiler-plugin</artifactId >
101- <version >3.1 </version >
101+ <version >3.2 </version >
102102 <configuration >
103103 <source >1.8</source >
104104 <target >1.8</target >
117117 <plugin >
118118 <groupId >org.apache.maven.plugins</groupId >
119119 <artifactId >maven-war-plugin</artifactId >
120- <version >2.4 </version >
120+ <version >2.5 </version >
121121 <configuration >
122122 <failOnMissingWebXml >false</failOnMissingWebXml >
123123 </configuration >
Original file line number Diff line number Diff line change 5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-compiler-plugin</artifactId >
59- <version >3.1 </version >
59+ <version >3.2 </version >
6060 <configuration >
6161 <encoding >${project.build.sourceEncoding} </encoding >
6262 <source >1.8</source >
7676 <plugin >
7777 <groupId >org.apache.maven.plugins</groupId >
7878 <artifactId >maven-war-plugin</artifactId >
79- <version >2.4 </version >
79+ <version >2.5 </version >
8080 </plugin >
8181 </plugins >
8282 </build >
Original file line number Diff line number Diff line change 7474 <plugin >
7575 <groupId >org.apache.maven.plugins</groupId >
7676 <artifactId >maven-compiler-plugin</artifactId >
77- <version >3.1 </version >
77+ <version >3.2 </version >
7878 <configuration >
79- <source >1.7 </source >
80- <target >1.7 </target >
79+ <source >1.8 </source >
80+ <target >1.8 </target >
8181 <encoding >${project.build.sourceEncoding} </encoding >
8282 </configuration >
8383 </plugin >
8989 <plugin >
9090 <groupId >org.apache.maven.plugins</groupId >
9191 <artifactId >maven-war-plugin</artifactId >
92- <version >2.4 </version >
92+ <version >2.5 </version >
9393 </plugin >
9494 </plugins >
9595 </build >
You can’t perform that action at this time.
0 commit comments