Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.guacsec</groupId>
<artifactId>trustify-da-java-client</artifactId>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.13-SNAPSHOT</version>
<name>Trustify DA Java Client</name>
<description>Trustify DA Java Client</description>
<url>https://github.com/guacsec/trustify-da-java-client#readme</url>
Expand Down Expand Up @@ -724,7 +724,7 @@ limitations under the License.]]>
</transformer>

<!-- Service files transformer for Jackson and other services -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />

<!-- Append NOTICE files -->
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
Expand Down Expand Up @@ -763,8 +763,8 @@ limitations under the License.]]>
<formats>
<format>
<includes><include>src/*</include></includes>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand All @@ -777,7 +777,7 @@ limitations under the License.]]>
<reflowLongStrings>true</reflowLongStrings> <!-- optional -->
</googleJavaFormat>
<licenseHeader>
<file>${project.basedir}/license-header</file> -->
<file>${project.basedir}/license-header</file> --&gt;
</licenseHeader>
<removeUnusedImports />
<formatAnnotations />
Expand Down
Loading