Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit fb586c4

Browse files
Niels van KlaverenNiels van Klaveren
authored andcommitted
[maven-release-plugin] prepare release initial
1 parent e5b7c3c commit fb586c4

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323
THE SOFTWARE.
2424
2525
-->
26-
<project xmlns="http://maven.apache.org/POM/4.0.0"
27-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26+
<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">
2927
<modelVersion>4.0.0</modelVersion>
3028

3129
<groupId>com.topdesk.ews-java-api</groupId>
3230
<artifactId>ews-java-api</artifactId>
3331

34-
<version>2.2.0-SNAPSHOT</version>
32+
<version>2.2.0</version>
3533

3634
<name>Exchange Web Services Java API</name>
3735
<description>Exchange Web Services (EWS) Java API</description>
@@ -77,7 +75,7 @@
7775
should probably be UTF-8 nowadays. -->
7876
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7977
<javaLanguage.version>1.6</javaLanguage.version>
80-
<javadoc.doclint.param/>
78+
<javadoc.doclint.param />
8179

8280
<!-- Dependencies [BUILD]: -->
8381
<maven-checkstyle-plugin.version>2.16</maven-checkstyle-plugin.version>
@@ -199,7 +197,8 @@
199197
<url>https://github.com/OfficeDev/ews-java-api</url>
200198
<connection>scm:git:ssh://git@github.com:OfficeDev/ews-java-api.git</connection>
201199
<developerConnection>scm:git:ssh://git@github.com:OfficeDev/ews-java-api.git</developerConnection>
202-
</scm>
200+
<tag>initial</tag>
201+
</scm>
203202

204203
<distributionManagement>
205204
<snapshotRepository>

0 commit comments

Comments
 (0)