Skip to content

Commit

Permalink
Prepare for 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
murfffi committed Apr 16, 2021
1 parent a703d10 commit 45182ac
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- https://central.sonatype.org/pages/choosing-your-coordinates.html -->
<groupId>io.github.murfffi</groupId>
<artifactId>zebra4j</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>

<name>zebra4j</name>
<url>https://github.com/murfffi/zebra4j</url>
Expand Down Expand Up @@ -45,7 +45,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<exec.mainClass>zebra4j.Cli</exec.mainClass>
<lombok.version>1.18.18</lombok.version>
<lombok.version>1.18.20</lombok.version>
<delombok.output>${project.build.directory}/generated-sources/delombok</delombok.output>
</properties>

Expand Down Expand Up @@ -232,7 +232,7 @@
<scm>
<url>https://github.com/murfffi/zebra4j</url>
<connection>scm:git:ssh://[email protected]/murfffi/zebra4j.git</connection>
<tag>v0.6</tag>
<tag>v0.7</tag>
</scm>
<distributionManagement>
<!-- https://issues.sonatype.org/browse/OSSRH-65855 -->
Expand Down Expand Up @@ -260,15 +260,6 @@
</profile>
<profile>
<id>release</id>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-marin-nozhchev</id>
<url>https://dl.bintray.com/marin-nozhchev/marin-nozhchev</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 45182ac

Please sign in to comment.