File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 86
86
<build >
87
87
<pluginManagement >
88
88
<plugins >
89
- <plugin >
90
- <groupId >org.apache.maven.plugins</groupId >
91
- <artifactId >maven-site-plugin</artifactId >
92
- <version >3.4</version >
89
+ <plugin >
90
+ <groupId >org.apache.maven.plugins</groupId >
91
+ <artifactId >maven-site-plugin</artifactId >
92
+ <version >3.4</version >
93
93
</plugin >
94
- <plugin >
95
- <groupId >org.apache.maven.plugins</groupId >
96
- <artifactId >maven-gpg-plugin</artifactId >
97
- <version >1.6</version >
94
+ <plugin >
95
+ <groupId >org.apache.maven.plugins</groupId >
96
+ <artifactId >maven-gpg-plugin</artifactId >
97
+ <version >1.6</version >
98
98
</plugin >
99
99
</plugins >
100
100
</pluginManagement >
152
152
</executions >
153
153
</plugin >
154
154
<plugin >
155
- <artifactId >maven-compiler-plugin</artifactId >
156
- <configuration >
157
- <source >1.6</source >
158
- <target >1.6</target >
159
- </configuration >
160
- </plugin >
161
- </plugins >
155
+ <artifactId >maven-compiler-plugin</artifactId >
156
+ <configuration >
157
+ <source >1.6</source >
158
+ <target >1.6</target >
159
+ </configuration >
160
+ </plugin >
161
+ </plugins >
162
162
</build >
163
163
164
164
</project >
You can’t perform that action at this time.
0 commit comments