File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
~ limitations under the License.
15
15
-->
16
16
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" >
19
18
20
19
<modelVersion >4.0.0</modelVersion >
21
- <version >0.3.3-SNAPSHOT </version >
20
+ <version >0.3.3</version >
22
21
<groupId >za.co.absa</groupId >
23
22
<artifactId >hyperdrive-trigger</artifactId >
24
23
<packaging >war</packaging >
42
41
<connection >scm:git:git://github.com/AbsaOSS/hyperdrive-trigger.git</connection >
43
42
<developerConnection >scm:git:ssh://github.com/AbsaOSS/hyperdrive-trigger.git</developerConnection >
44
43
<url >https://github.com/AbsaOSS/hyperdrive-trigger/tree/master</url >
45
- <tag >HEAD </tag >
44
+ <tag >v0.3.3 </tag >
46
45
</scm >
47
46
48
47
<licenses >
126
125
<maven .release.plugin.version>2.5.3</maven .release.plugin.version>
127
126
128
127
<skipNpmTests >${skipTests}</skipNpmTests >
129
- <scalatest .suites/>
128
+ <scalatest .suites />
130
129
<scalatest .tagsToExclude>za.co.absa.hyperdrive.trigger.testdata.PersistingData</scalatest .tagsToExclude>
131
130
</properties >
132
131
531
530
<id >testdata</id >
532
531
<properties >
533
532
<scalatest .suites>za.co.absa.hyperdrive.trigger.testdata.TestDataGeneratorLocal</scalatest .suites>
534
- <scalatest .tagsToExclude/>
533
+ <scalatest .tagsToExclude />
535
534
<skip .npm>true</skip .npm>
536
535
<skip .installnodenpm>true</skip .installnodenpm>
537
536
</properties >
You can’t perform that action at this time.
0 commit comments