mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-05-21 11:58:07 +02:00
[maven-release-plugin] prepare release script-realm-1.0
This commit is contained in:
parent
a53a175171
commit
287df7fa89
10
pom.xml
10
pom.xml
|
|
@ -1,4 +1,4 @@
|
|||
<project>
|
||||
<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>
|
||||
|
|
@ -8,8 +8,14 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>script-realm</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</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.0</connection>
|
||||
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/script-realm-1.0</developerConnection>
|
||||
<url>https://hudson.dev.java.net/source/browse/hudson/tags/script-realm-1.0</url>
|
||||
</scm>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue