File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 8
8
<!-- https://central.sonatype.org/pages/choosing-your-coordinates.html -->
9
9
<groupId >io.github.murfffi</groupId >
10
10
<artifactId >zebra4j</artifactId >
11
- <version >0.7-SNAPSHOT </version >
11
+ <version >0.7</version >
12
12
13
13
<name >zebra4j</name >
14
14
<url >https://github.com/murfffi/zebra4j</url >
45
45
<properties >
46
46
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
47
<exec .mainClass>zebra4j.Cli</exec .mainClass>
48
- <lombok .version>1.18.18 </lombok .version>
48
+ <lombok .version>1.18.20 </lombok .version>
49
49
<delombok .output>${project.build.directory} /generated-sources/delombok</delombok .output>
50
50
</properties >
51
51
232
232
<scm >
233
233
<url >https://github.com/murfffi/zebra4j</url >
234
234
<
connection >scm:git:ssh://
[email protected] /murfffi/zebra4j.git</
connection >
235
- <tag >v0.6 </tag >
235
+ <tag >v0.7 </tag >
236
236
</scm >
237
237
<distributionManagement >
238
238
<!-- https://issues.sonatype.org/browse/OSSRH-65855 -->
260
260
</profile >
261
261
<profile >
262
262
<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 >
272
263
<build >
273
264
<plugins >
274
265
<plugin >
You can’t perform that action at this time.
0 commit comments