Bug 563081 - hudson-remoting version number
Summary: hudson-remoting version number
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-12 04:31 EDT by Christian WERNER CLA
Modified: 2020-05-12 04:31 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian WERNER CLA 2020-05-12 04:31:45 EDT
Hello
Its my first Bug report and I try my best to describe my problem.

I'm developing for Jenkins pipelines in groovy with the IntellJ IDE. (Sorry it is'nt Eclipse, but I'm open vor suggestions)
I've set up a "build.gradle" file 


repositories {
    maven { url 'https://repo.eclipse.org/content/repositories/releases/' }
}
dependencies {
    compile group: 'org.eclipse.hudson', name: 'hudson-core', version: '3.3.3'
}


When I'try to compile the groovy code I'm recieving the message:

      > Could not resolve org.eclipse.hudson:hudson-remoting:3.0.3.
         > inconsistent module metadata found. Descriptor: org.eclipse.hudson:hudson-remoting:3.0.4-SNAPSHOT Errors: bad version: expected='3.0.3' found='3.0.4-SNAPSHOT'


As I've seen org.eclipse.hudson:hudson-remoting is not activly developed anymore:
I would like only to update the version number to an non-snapshot Version.

Freetings form Austria
Christian