Skip to content

Commit

Permalink
chore: prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nramc committed Nov 10, 2024
1 parent d3f2921 commit e36e62c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.nramc</groupId>
<artifactId>geojson4j</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.0</version>

<description>
A lightweight Java library for working with GeoJSON data, compliant with RFC 7946. geojson4j provides
Expand All @@ -18,7 +17,7 @@
<url>https://github.com/nramc/geojson4j</url>
<connection>scm:git:https://github.com/nramc/geojson4j.git</connection>
<developerConnection>scm:git:https://github.com/nramc/geojson4j.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit e36e62c

Please sign in to comment.