From de44af40869f43e701bddbe40a1061f0f12d779a Mon Sep 17 00:00:00 2001 From: nicobo Date: Tue, 21 Apr 2015 23:43:05 +0200 Subject: [PATCH] Using org.jenkins-ci.plugins as the POM parent (to make it compile) --- .gitignore | 2 ++ pom.xml | 10 ++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3e8bab9..c412c45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /.project +/.classpath +/.settings /target /work diff --git a/pom.xml b/pom.xml index fea453a..4444639 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,16 @@ 4.0.0 - org.jvnet.hudson.plugins - plugin - 1.330 - ../pom.xml + org.jenkins-ci.plugins + plugin + 1.566 script-realm 1.6-SNAPSHOT hpi Security Realm by custom script - Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined. + Supports authentication by executing a custom script, to resolve groups for a user, a second script can be defined. https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm UTF-8 @@ -21,7 +20,6 @@ org.apache.maven.plugins maven-release-plugin - 2.0 deploy