Skip to content

Commit f977c5d

Browse files
Merge pull request #375 from AbsaOSS/release/0.3.3
Release/0.3.3
2 parents 0cbf300 + 1415fff commit f977c5d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 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.4-SNAPSHOT</version>
2221
<groupId>za.co.absa</groupId>
2322
<artifactId>hyperdrive-trigger</artifactId>
2423
<packaging>war</packaging>
@@ -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)