We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27b7ca3 + a510bc8 commit e14494bCopy full SHA for e14494b
pom.xml
@@ -5,10 +5,15 @@
5
6
<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/maven-v4_0_0.xsd">
7
<modelVersion>4.0.0</modelVersion>
8
+ <parent>
9
+ <groupId>org.sonatype.oss</groupId>
10
+ <artifactId>oss-parent</artifactId>
11
+ <version>9</version>
12
+ </parent>
13
<groupId>travel.wink</groupId>
14
<artifactId>allotz-channel-manager-ws-soap-client-java</artifactId>
15
<packaging>jar</packaging>
- <version>5.0.0</version>
16
+ <version>5.0.1</version>
17
<name>Allotz Web Services Client</name>
18
<inceptionYear>2013</inceptionYear>
19
<organization>
0 commit comments