Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 0d8b210

Browse files
committed
[maven-release-plugin] prepare release intercom-java-0.0.1
1 parent 35d1234 commit 0d8b210

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
64
<modelVersion>4.0.0</modelVersion>
75
<parent>
86
<groupId>org.sonatype.oss</groupId>
@@ -11,7 +9,7 @@
119
</parent>
1210
<groupId>com.github.oohira</groupId>
1311
<artifactId>intercom-java</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
12+
<version>0.0.1</version>
1513
<packaging>jar</packaging>
1614
<name>intercom-java</name>
1715
<description>Java client library for Intercom web service</description>

0 commit comments

Comments
 (0)