Skip to content

Commit

Permalink
upgrade to google-oauth-p 1.0.8, setup incrementals (#232)
Browse files Browse the repository at this point in the history
* upgrade to google-oauth-p 1.0.8 incrementalify the project

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy authored Mar 21, 2023
1 parent 450fd09 commit 19231ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.4</version>
<version>1.6</version>
</extension>
</extensions>
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@
<jenkins.version>2.319.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<hpi.compatibleSinceVersion>1.5.0</hpi.compatibleSinceVersion>
<google.api.version>1.34.1</google.api.version>
<google.api.version>1.35.2</google.api.version>
<google.http.version>1.42.2</google.http.version>
<google.guava.version>31.0.1-jre</google.guava.version>
<google-oauth.version>1.34.1</google-oauth.version>
<google-oauth-plugin.version>1.0.8</google-oauth-plugin.version>
<storage.revision>20220705</storage.revision>
<concurrency>5</concurrency>
<skipIts>true</skipIts>
Expand Down Expand Up @@ -220,7 +221,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>google-oauth-plugin</artifactId>
<version>1.0.7</version>
<version>${google-oauth-plugin.version}</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.findbugs</groupId>
Expand Down

0 comments on commit 19231ea

Please sign in to comment.