File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >io.github.guacsec</groupId >
77 <artifactId >trustify-da-java-client</artifactId >
8- <version >0.0.11 -SNAPSHOT</version >
8+ <version >0.0.12 -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 >
@@ -724,7 +724,7 @@ limitations under the License.]]>
724724 </transformer >
725725
726726 <!-- Service files transformer for Jackson and other services -->
727- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
727+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
728728
729729 <!-- Append NOTICE files -->
730730 <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
@@ -763,8 +763,8 @@ limitations under the License.]]>
763763 <formats >
764764 <format >
765765 <includes ><include >src/*</include ></includes >
766- <trimTrailingWhitespace />
767- <endWithNewline />
766+ <trimTrailingWhitespace />
767+ <endWithNewline />
768768 <indent >
769769 <tabs >true</tabs >
770770 <spacesPerTab >4</spacesPerTab >
@@ -777,7 +777,7 @@ limitations under the License.]]>
777777 <reflowLongStrings >true</reflowLongStrings > <!-- optional -->
778778 </googleJavaFormat >
779779 <licenseHeader >
780- <file >${project.basedir} /license-header</file > -->
780+ <file >${project.basedir} /license-header</file > -->
781781 </licenseHeader >
782782 <removeUnusedImports />
783783 <formatAnnotations />
You can’t perform that action at this time.
0 commit comments