File tree 1 file changed +1
-29
lines changed
1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 123
123
<groupId >org.thymeleaf</groupId >
124
124
<artifactId >thymeleaf</artifactId >
125
125
</exclusion >
126
- </exclusions >
126
+ </exclusions >
127
127
</dependency >
128
128
<dependency >
129
129
<groupId >org.apache.solr</groupId >
196
196
</execution >
197
197
</executions >
198
198
</plugin >
199
- <plugin >
200
- <groupId >de.jutzig</groupId >
201
- <artifactId >github-release-plugin</artifactId >
202
- <version >1.4.0</version >
203
- <executions >
204
- <execution >
205
- <id >upload-artifacts-2-github</id >
206
- <phase >deploy</phase >
207
- <goals >
208
- <goal >release</goal >
209
- </goals >
210
- </execution >
211
- </executions >
212
- <configuration >
213
- <description >Release version ${project.version} </description >
214
- <releaseName >${project.version} </releaseName >
215
- <tag >${project.version} </tag >
216
- <fileSets >
217
- <fileSet >
218
- <directory >${project.build.directory} </directory >
219
- <includes >
220
- <include >${project.artifactId} *.jar</include >
221
- <include >${project.artifactId} *.jar.asc</include >
222
- </includes >
223
- </fileSet >
224
- </fileSets >
225
- </configuration >
226
- </plugin >
227
199
<plugin >
228
200
<groupId >org.apache.maven.plugins</groupId >
229
201
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments