Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-35118] Migrate to new parent POM #9

Merged
merged 2 commits into from
Jul 1, 2016

Conversation

andresrc
Copy link
Collaborator

See JENKINS-35118

@reviewbybees

@@ -20,6 +20,11 @@
<name>GitHub API Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+API+Plugin</url>

<properties>
<jenkins.version>1.565</jenkins.version>
<java.level>7</java.level>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okhttp has Java 7 level.

@kwhetstone
Copy link

🐝

@ghost
Copy link

ghost commented Jun 16, 2016

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@kwhetstone
Copy link

Is there anything else we need to do for this PR?

@@ -31,20 +36,27 @@
<artifactId>okhttp-urlconnection</artifactId>
<version>2.5.0</version>
</dependency>
<!-- Solve dependency conflict in tests. -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or could use an <exclude>.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better solution here, yes. Thanks!

@jglick
Copy link
Member

jglick commented Jun 17, 2016

🐝

@@ -20,11 +20,22 @@
<name>GitHub API Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+API+Plugin</url>

<properties>
<jenkins.version>1.615</jenkins.version>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that okhttp needs Java 7, let's bump baseline to the first version using Java 7.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, most users of earlier lines use Java 7 or 8 anyway. OTOH pending JENKINS-20679 the only way to prevent accidental usage on Java 6 is to update the Jenkins version. So +0 on this.

Anyway, if you are going to update it, may as well go to the next LTS line: 1.625.x.

@jglick
Copy link
Member

jglick commented Jun 17, 2016

re:bee:

@kwhetstone
Copy link

🐝 Are we ready to merge?

@andresrc andresrc merged commit 587a7bc into jenkinsci:master Jul 1, 2016
@KostyaSha
Copy link
Member

KostyaSha commented Nov 22, 2016

@andresrc you did the mess with version. 1.76 version was released with 1.75 library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants