Skip to content

Commit 45182ac

Browse files
committed
Prepare for 0.7 release
1 parent a703d10 commit 45182ac

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

pom.xml

+3-12
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- https://central.sonatype.org/pages/choosing-your-coordinates.html -->
99
<groupId>io.github.murfffi</groupId>
1010
<artifactId>zebra4j</artifactId>
11-
<version>0.7-SNAPSHOT</version>
11+
<version>0.7</version>
1212

1313
<name>zebra4j</name>
1414
<url>https://github.com/murfffi/zebra4j</url>
@@ -45,7 +45,7 @@
4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<exec.mainClass>zebra4j.Cli</exec.mainClass>
48-
<lombok.version>1.18.18</lombok.version>
48+
<lombok.version>1.18.20</lombok.version>
4949
<delombok.output>${project.build.directory}/generated-sources/delombok</delombok.output>
5050
</properties>
5151

@@ -232,7 +232,7 @@
232232
<scm>
233233
<url>https://github.com/murfffi/zebra4j</url>
234234
<connection>scm:git:ssh://[email protected]/murfffi/zebra4j.git</connection>
235-
<tag>v0.6</tag>
235+
<tag>v0.7</tag>
236236
</scm>
237237
<distributionManagement>
238238
<!-- https://issues.sonatype.org/browse/OSSRH-65855 -->
@@ -260,15 +260,6 @@
260260
</profile>
261261
<profile>
262262
<id>release</id>
263-
<repositories>
264-
<repository>
265-
<snapshots>
266-
<enabled>false</enabled>
267-
</snapshots>
268-
<id>bintray-marin-nozhchev</id>
269-
<url>https://dl.bintray.com/marin-nozhchev/marin-nozhchev</url>
270-
</repository>
271-
</repositories>
272263
<build>
273264
<plugins>
274265
<plugin>

0 commit comments

Comments
 (0)