mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2025-09-07 05:13:16 +02:00
22 lines
968 B
XML
22 lines
968 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.jvnet.hudson.plugins</groupId>
|
|
<artifactId>plugin</artifactId>
|
|
<version>1.330</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>script-realm</artifactId>
|
|
<version>1.1</version>
|
|
<packaging>hpi</packaging>
|
|
<name>Security Realm by custom script</name>
|
|
<url>http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm</url>
|
|
|
|
<scm>
|
|
<connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/script-realm-1.1</connection>
|
|
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/script-realm-1.1</developerConnection>
|
|
<url>https://hudson.dev.java.net/source/browse/hudson/tags/script-realm-1.1</url>
|
|
</scm>
|
|
</project>
|