Skip to content

Commit 5e692d5

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.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> --&gt;
781781
</licenseHeader>
782782
<removeUnusedImports />
783783
<formatAnnotations />

0 commit comments

Comments
 (0)