diff --git a/.gitignore b/.gitignore index 236c614c..86ca2330 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ target -work .classpath .project .settings *.iml +.idea/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..15bc72f8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/pom.xml b/pom.xml index 79ae78e4..4ea2fc61 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 @@ -10,7 +11,7 @@ sidebar-link hpi Sidebar Link - 1.11-SNAPSHOT + 2.0.0-SNAPSHOT http://wiki.jenkins-ci.org/display/JENKINS/Sidebar-Link+Plugin @@ -21,13 +22,13 @@ org.jenkins-ci.plugins cloudbees-folder - 5.0 + 5.18 true org.jenkins-ci.plugins structs - 1.5 + 1.10 org.jenkinsci.plugins @@ -44,18 +45,33 @@ - - mindless - Alan Harder - + + damianszczepanik + Damian Szczepanik + damianszczepanik@github + + + mindless + Alan Harder + + + + MIT License + https://opensource.org/licenses/MIT + + + + + Add links in the sidebar of the Jenkins main page, view tabs and project pages. + + - scm:git:git://github.com/jenkinsci/sidebar-link-plugin.git + scm:git:git@github.com/jenkinsci/sidebar-link-plugin.git scm:git:git@github.com:jenkinsci/sidebar-link-plugin.git https://github.com/jenkinsci/sidebar-link-plugin - HEAD - + @@ -70,6 +86,31 @@ http://repo.jenkins-ci.org/public/ - - + + + + org.eclipse.hudson.tools + maven-hpi-plugin + 3.0.3 + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + + + + + src/main/resources + true + + + +