Skip to content

Commit 938470b

Browse files
authored
build(release): update to next development version
Signed-off-by: GitHub <noreply@github.com>
1 parent aabf24c commit 938470b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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> --&gt;
780780
</licenseHeader>
781781
<removeUnusedImports />
782782
<formatAnnotations />

0 commit comments

Comments
 (0)