Skip to content

Commit 0abf144

Browse files
committed
[maven-release-plugin] prepare release debug-0.1.0
1 parent fbdbc2b commit 0abf144

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.gdcc.export</groupId>
66
<artifactId>debug</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.1.0</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>
@@ -29,7 +29,7 @@
2929
<scm>
3030
<connection>scm:git:https://github.com/gdcc/exporter-debug.git</connection>
3131
<developerConnection>scm:git:[email protected]:gdcc/exporter-debug.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>debug-0.1.0</tag>
3333
<url>https://github.com/gdcc/exporter-debug</url>
3434
</scm>
3535

@@ -216,8 +216,8 @@
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>
@@ -228,7 +228,7 @@
228228
<includes>
229229
<include>pom.xml</include>
230230
</includes>
231-
<sortPom></sortPom>
231+
<sortPom />
232232
</pom>
233233
</configuration>
234234
</plugin>

0 commit comments

Comments
 (0)