Skip to content

Commit dc389b8

Browse files
author
Isaac Brodsky
committed
[maven-release-plugin] prepare release v3.0.1
1 parent f5118a0 commit dc389b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16+
<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">
1817
<modelVersion>4.0.0</modelVersion>
1918
<groupId>com.uber</groupId>
2019
<artifactId>h3</artifactId>
2120
<packaging>jar</packaging>
22-
<version>3.0.1-SNAPSHOT</version>
21+
<version>3.0.1</version>
2322
<name>h3</name>
2423
<url>https://github.com/uber/h3-java</url>
2524
<description>Java bindings for H3, a hierarchical hexagonal geospatial indexing system.</description>
@@ -41,7 +40,8 @@
4140
<connection>scm:git:git://github.com/uber/h3-java.git</connection>
4241
<developerConnection>scm:git:ssh://git@github.com/uber/h3-java.git</developerConnection>
4342
<url>http://github.com/uber/h3-java/tree/master</url>
44-
</scm>
43+
<tag>v3.0.1</tag>
44+
</scm>
4545

4646
<developers>
4747
<developer>

0 commit comments

Comments
 (0)