Skip to content

Commit

Permalink
Update Travis/GitHub credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts2013 committed Apr 28, 2019
1 parent 96fa805 commit 3fe1870
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk8
script:
- cd teamcity-xldeploy-project
- mvn clean package
Expand All @@ -11,7 +11,7 @@ notifications:
deploy:
provider: releases
api_key:
secure: KmtIFUxFUTCB039FVJ5LKQP0CGGTPGEJN+C/J6ia7Mxak5yrhh88CVRQqoAiGl+o1VeOnhdtfKJRXY9GkJuewhTBJaS0qiONT8OaSPAfFLLWShDD6uw6n1ERe/oProIi1s3oJzbZQs0uV/k7y4jGjqbGDLqX6D8THkYjLhXb6EB13YbIY+ykGmAANQKxabyJvz/DC+ZBtzjomwRLIh7DPNIf7u0gQe+871jGOl1RbT3r9lUpNcANw5ZAYHpEjjZTEEEfvmD/e0GOpdZ7ZfeeadR+irlHGLfzTYpJPsio+0CL6H+WUprVYV6AL39Tjkn87CQe+7IPtKq23y9hbyCfmqHXVxr92Ro6Akhqga0c/7JYFuCpsGoXe3gRDlhGBmNXrFYN6r5nbftdDgxFUCz/zr3RfvqFEc6edPx/eLZn8nxNJgmMD718v/gf0t+U8R2qGrEz44wRHl96sBA3wtIxMPXVl5DHhjMcJi6gigaFDhKdSVWK9flShkN7mGHsAgg9H/KaWOseRXfBqOXWsxVpr+cDWFX0Cyy2/eE/Ecy+fRrTj9weVCLF3T/1WyxaxeTy0W3E6gbTC/X0BsYO4NIgpra78PwHe8qjqEo52KTn0yQdH0n6/efu8oDOdpae1m4D0lipsUKrEGxsongB3ifxX6cnDPOfy9e7Q3QQunP3+uM=
secure: K2k82OPPclGPFjjDMYJc4ZW6sQotTKJB3QGzzYRMu/S9TcFWVAkVtEhFUwIyYkW/7YmBHYkIB1eFe5EMW8piyyz1kpAx3LvzScQYW5np/c9T6fgiGZ6iIMRjA1hhxNdodWJx975oYjhUzqWEQz5nbhlg5GXyCwzUHf1G8+gq14uSkJDNmE6jpHBARMRVZBK5IRiQTDUjNDjbdrXl0QeQJJvAmXHLzPVbyoraDJpwk4jkdG8flveRrRdT4VRfm5J2dOjVhHDlVj06u5YLOIEkugLnZ/alJm+oU00UQ0pAvFz+ZBa5l+Ant7TUEYVF3SO63QvxeuAKn2vU7VVOjNxN/mAQudR695bTBybtbLmYhhSBXBVtTSnGrOkudsK6XRX4ty3ya7eQG9tIVoehFGIWCPkh71JkMK+lAL6T0kDgixxLT6DCBnoyaJp0/azDCNcW74dUafVw7CvHg2H86q6HDUr50o1d9U522XGPRsPCRRDjHryJMCQP/cPlpLH1TsI+oCfgUEV1BECe74oNhnvFQCDLmMt1mxvpbcta+Ap9tUCqpN6Lm8K4tlh8EiwiTl/l/YjPvDES/Z1MNp2katJjfK++GJU7mZj4/6UtK6RR6E2Ivqs7rOhSkmGJjaw5ZM/aut4z88LPwhi2sNy2MQ4Jog3UB9MKNZVJn6gg6GZ4s68=
file_glob: true
file: target/*
skip_cleanup: true
Expand Down
4 changes: 2 additions & 2 deletions teamcity-xldeploy-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<relativePath>../teamcity-xldeploy-project</relativePath>
</parent>

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-common</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions teamcity-xldeploy-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,25 @@
<parent>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<relativePath>../teamcity-xldeploy-project</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-agent</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-server</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-common</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion teamcity-xldeploy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<relativePath>../teamcity-xldeploy-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion teamcity-xldeploy-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>XebiaLabs TeamCity XL Deploy Plugin</name>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<packaging>pom</packaging>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions teamcity-xldeploy-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<relativePath>../teamcity-xldeploy-project</relativePath>
</parent>

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>xebialabs.teamcity.xldeploy</groupId>
<artifactId>teamcity-xldeploy-common</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3fe1870

Please sign in to comment.