File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >io.gdcc.export</groupId >
66 <artifactId >debug</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 <packaging >jar</packaging >
99 <name >Debug Exporter for Dataverse</name >
1010 <description >This exporter plugin can be added to a Dataverse installation, dumping all possible JSON and XML data.</description >
2929 <scm >
3030 <connection >scm:git:https://github.com/gdcc/exporter-debug.git</connection >
3131 <developerConnection >scm:git:git@github.com:gdcc/exporter-debug.git</developerConnection >
32- <tag >HEAD </tag >
32+ <tag >debug-0.1.1 </tag >
3333 <url >https://github.com/gdcc/exporter-debug</url >
3434 </scm >
3535
216216 <version >${spotless.version} </version >
217217 <configuration >
218218 <java >
219- <importOrder ></ importOrder >
220- <removeUnusedImports ></ removeUnusedImports >
219+ <importOrder / >
220+ <removeUnusedImports / >
221221 <googleJavaFormat >
222222 <version >1.15.0</version >
223223 <style >AOSP</style >
228228 <includes >
229229 <include >pom.xml</include >
230230 </includes >
231- <sortPom ></ sortPom >
231+ <sortPom / >
232232 </pom >
233233 </configuration >
234234 </plugin >
You can’t perform that action at this time.
0 commit comments