Skip to content

Commit

Permalink
Set version back to snapshot
Browse files Browse the repository at this point in the history
Made travis more resilient to slowness of Oracle JDK.
  • Loading branch information
Patrick Valsecchi committed Mar 13, 2017
1 parent 64c7772 commit b1864c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- ./gradlew examples:geoserverData

script:
- ./gradlew build
- travis_wait ./gradlew build

after_failure:
- cat core/build/reports/checkstyleReports/main.xml
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task wrapper(type: Wrapper) {

allprojects {
group = 'org.mapfish.print'
version = '3.8.0'
version = '3.9-SNAPSHOT'
ext.junitVersion = "4.11"
ext.springVersion = "3.2.8.RELEASE"
ext.jasperReportVersion = "6.1.1"
Expand Down
7 changes: 4 additions & 3 deletions publish/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ Credential Configuration
.. code ::
# server to publish to
enablePublishing=true
host=oss.sonatype.org
# gpg configuration information
signing.keyId=<id of the gpg key to use for the deploy>
signing.password=<password for gpg key that applies to the keyId>
signing.secretKeyRingFile=<path to gnupg .gpg file for example: C:\\Users\\xyz\\.gnupg\\secring.gpg>
signing_keyId=<id of the gpg key to use for the deploy>
signing_password=<password for gpg key that applies to the keyId>
signing_secretKeyRingFile=<path to gnupg .gpg file for example: C:\\Users\\xyz\\.gnupg\\secring.gpg>
sonatypeUsername=<sonatype username>
sonatypePassword=<sonatype password>
Expand Down

0 comments on commit b1864c7

Please sign in to comment.