Skip to content

Commit

Permalink
[maven-release-plugin] prepare release croissant-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 28, 2024
1 parent 147f77b commit 923b185
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.gdcc.export</groupId>
<artifactId>croissant</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>jar</packaging>
<name>Croissant Exporter for Dataverse</name>
<description>Croissant is a high-level format for machine learning datasets.</description>
Expand All @@ -29,7 +29,7 @@
<scm>
<connection>scm:git:https://github.com/gdcc/exporter-croissant.git</connection>
<developerConnection>scm:git:git@github.com:gdcc/exporter-croissant.git</developerConnection>
<tag>HEAD</tag>
<tag>croissant-0.1.1</tag>
<url>https://github.com/gdcc/exporter-croissant</url>
</scm>

Expand Down Expand Up @@ -123,8 +123,8 @@
<version>2.36.0</version>
<configuration>
<java>
<importOrder></importOrder>
<removeUnusedImports></removeUnusedImports>
<importOrder />
<removeUnusedImports />
<googleJavaFormat>
<version>1.15.0</version>
<style>AOSP</style>
Expand All @@ -135,7 +135,7 @@
<includes>
<include>pom.xml</include>
</includes>
<sortPom></sortPom>
<sortPom />
</pom>
</configuration>
</plugin>
Expand Down

0 comments on commit 923b185

Please sign in to comment.