Skip to content

Commit 28e2b3d

Browse files
[maven-release-plugin] prepare release v0.3.3
1 parent 0cbf300 commit 28e2b3d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1918

2019
<modelVersion>4.0.0</modelVersion>
21-
<version>0.3.3-SNAPSHOT</version>
20+
<version>0.3.3</version>
2221
<groupId>za.co.absa</groupId>
2322
<artifactId>hyperdrive-trigger</artifactId>
2423
<packaging>war</packaging>
@@ -42,7 +41,7 @@
4241
<connection>scm:git:git://github.com/AbsaOSS/hyperdrive-trigger.git</connection>
4342
<developerConnection>scm:git:ssh://github.com/AbsaOSS/hyperdrive-trigger.git</developerConnection>
4443
<url>https://github.com/AbsaOSS/hyperdrive-trigger/tree/master</url>
45-
<tag>HEAD</tag>
44+
<tag>v0.3.3</tag>
4645
</scm>
4746

4847
<licenses>
@@ -126,7 +125,7 @@
126125
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
127126

128127
<skipNpmTests>${skipTests}</skipNpmTests>
129-
<scalatest.suites/>
128+
<scalatest.suites />
130129
<scalatest.tagsToExclude>za.co.absa.hyperdrive.trigger.testdata.PersistingData</scalatest.tagsToExclude>
131130
</properties>
132131

@@ -531,7 +530,7 @@
531530
<id>testdata</id>
532531
<properties>
533532
<scalatest.suites>za.co.absa.hyperdrive.trigger.testdata.TestDataGeneratorLocal</scalatest.suites>
534-
<scalatest.tagsToExclude/>
533+
<scalatest.tagsToExclude />
535534
<skip.npm>true</skip.npm>
536535
<skip.installnodenpm>true</skip.installnodenpm>
537536
</properties>

0 commit comments

Comments
 (0)