55
66 <groupId >io.github.guacsec</groupId >
77 <artifactId >trustify-da-java-client</artifactId >
8- <version >0.0.9 -SNAPSHOT</version >
8+ <version >0.0.10 -SNAPSHOT</version >
99 <name >Trustify DA Java Client</name >
1010 <description >Trustify DA Java Client</description >
1111 <url >https://github.com/guacsec/trustify-da-java-client#readme</url >
@@ -723,7 +723,7 @@ limitations under the License.]]>
723723 </transformer >
724724
725725 <!-- Service files transformer for Jackson and other services -->
726- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
726+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
727727
728728 <!-- Append NOTICE files -->
729729 <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
@@ -762,8 +762,8 @@ limitations under the License.]]>
762762 <formats >
763763 <format >
764764 <includes ><include >src/*</include ></includes >
765- <trimTrailingWhitespace />
766- <endWithNewline />
765+ <trimTrailingWhitespace />
766+ <endWithNewline />
767767 <indent >
768768 <tabs >true</tabs >
769769 <spacesPerTab >4</spacesPerTab >
@@ -776,7 +776,7 @@ limitations under the License.]]>
776776 <reflowLongStrings >true</reflowLongStrings > <!-- optional -->
777777 </googleJavaFormat >
778778 <licenseHeader >
779- <file >${project.basedir} /license-header</file > -->
779+ <file >${project.basedir} /license-header</file > -->
780780 </licenseHeader >
781781 <removeUnusedImports />
782782 <formatAnnotations />
0 commit comments