Skip to content

Commit a0fb61e

Browse files
committed
Publish first snapshot
1 parent f645600 commit a0fb61e

7 files changed

Lines changed: 10 additions & 24 deletions

File tree

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ language: java
22

33
before_install:
44
- chmod +x .travis/*.sh
5-
- .travis/load_gpg.sh
6-
7-
install:
8-
- mvn clean install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
5+
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
6+
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
97

108
script:
11-
- .travis/script.sh
9+
- mvn clean test -Pdebug -B -U -Dgpg.skip -Dmaven.javadoc.skip=true
10+
11+
after_script:
12+
- mvn deploy --settings .maven.xml -B -U -Prelease
1213

1314
before_deploy:
1415
- mvn help:evaluate -N -Dexpression=project.version|grep -v '\['

.travis/load_gpg.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.travis/script.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.3.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.3.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.3.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.2.2</version>
8+
<version>1.3.0-SNAPSHOT</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>

0 commit comments

Comments
 (0)