1.2.1-SNAPSHOT
This commit is contained in:
parent
12b4a80296
commit
221fa19b94
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.thauvin.erik</groupId>
|
<groupId>net.thauvin.erik</groupId>
|
||||||
<artifactId>pinboard-poster</artifactId>
|
<artifactId>pinboard-poster</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.1-SNAPSHOT</version>
|
||||||
<name>pinboard-poster</name>
|
<name>pinboard-poster</name>
|
||||||
<description>A small library for posting to Pinboard</description>
|
<description>A small library for posting to Pinboard</description>
|
||||||
<url>https://github.com/ethauvin/pinboard-poster</url>
|
<url>https://github.com/ethauvin/pinboard-poster</url>
|
||||||
|
|
|
@ -60,7 +60,7 @@ public class PinboardPosterBuild extends Project {
|
||||||
public PinboardPosterBuild() {
|
public PinboardPosterBuild() {
|
||||||
pkg = "net.thauvin.erik";
|
pkg = "net.thauvin.erik";
|
||||||
name = "pinboard-poster";
|
name = "pinboard-poster";
|
||||||
version = version(1, 2, 0);
|
version = version(1, 2, 1, "SNAPSHOT");
|
||||||
|
|
||||||
mainClass = pkg + ".PinboardPoster";
|
mainClass = pkg + ".PinboardPoster";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue