Skip to content

Commit 86882f8

Browse files
committed
Build (Release): [skip ci] prepare release v0.0.8
1 parent aeaa8de commit 86882f8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.redhat.exhort</groupId>
77
<artifactId>exhort-java-api</artifactId>
8-
<version>0.0.8-SNAPSHOT</version>
8+
<version>0.0.8</version>
99
<name>Exhort Java API</name>
1010
<description>Exhort Java API</description>
1111
<url>https://github.com/trustification/exhort-java-api#readme</url>
@@ -94,7 +94,7 @@
9494
<url>https://github.com/trustification/exhort-java-api</url>
9595
<connection>scm:git:git@github.com:trustification/exhort-java-api.git</connection>
9696
<developerConnection>scm:git:git@github.com:trustification/exhort-java-api.git</developerConnection>
97-
<tag>HEAD</tag>
97+
<tag>v0.0.8</tag>
9898
</scm>
9999

100100
<ciManagement>
@@ -706,7 +706,7 @@ limitations under the License.]]>
706706
</transformer>
707707

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

711711
<!-- Append NOTICE files -->
712712
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
@@ -745,8 +745,8 @@ limitations under the License.]]>
745745
<formats>
746746
<format>
747747
<includes><include>src/*</include></includes>
748-
<trimTrailingWhitespace/>
749-
<endWithNewline/>
748+
<trimTrailingWhitespace />
749+
<endWithNewline />
750750
<indent>
751751
<tabs>true</tabs>
752752
<spacesPerTab>4</spacesPerTab>
@@ -759,7 +759,7 @@ limitations under the License.]]>
759759
<reflowLongStrings>true</reflowLongStrings> <!-- optional -->
760760
</googleJavaFormat>
761761
<licenseHeader>
762-
<file>${project.basedir}/license-header</file> -->
762+
<file>${project.basedir}/license-header</file> --&gt;
763763
</licenseHeader>
764764
<removeUnusedImports />
765765
<formatAnnotations />

0 commit comments

Comments
 (0)