File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >io.gdcc.export</groupId >
6
6
<artifactId >debug</artifactId >
7
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.1.0 </version >
8
8
<packaging >jar</packaging >
9
9
<name >Debug Exporter for Dataverse</name >
10
10
<description >This exporter plugin can be added to a Dataverse installation, dumping all possible JSON and XML data.</description >
29
29
<scm >
30
30
<connection >scm:git:https://github.com/gdcc/exporter-debug.git</connection >
31
31
<
developerConnection >scm:git:
[email protected] :gdcc/exporter-debug.git</
developerConnection >
32
- <tag >HEAD </tag >
32
+ <tag >debug-0.1.0 </tag >
33
33
<url >https://github.com/gdcc/exporter-debug</url >
34
34
</scm >
35
35
216
216
<version >${spotless.version} </version >
217
217
<configuration >
218
218
<java >
219
- <importOrder ></ importOrder >
220
- <removeUnusedImports ></ removeUnusedImports >
219
+ <importOrder / >
220
+ <removeUnusedImports / >
221
221
<googleJavaFormat >
222
222
<version >1.15.0</version >
223
223
<style >AOSP</style >
228
228
<includes >
229
229
<include >pom.xml</include >
230
230
</includes >
231
- <sortPom ></ sortPom >
231
+ <sortPom / >
232
232
</pom >
233
233
</configuration >
234
234
</plugin >
You can’t perform that action at this time.
0 commit comments