[maven-release-plugin] prepare release script-realm-1.2

This commit is contained in:
domi 2010-11-07 17:08:01 +00:00
parent 1377d12f6f
commit e45ba7a5cf

View file

@ -8,9 +8,15 @@
</parent> </parent>
<artifactId>script-realm</artifactId> <artifactId>script-realm</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2</version>
<packaging>hpi</packaging> <packaging>hpi</packaging>
<name>Security Realm by custom script</name> <name>Security Realm by custom script</name>
<description>Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.</description> <description>Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.</description>
<url>http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm</url> <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.2</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/script-realm-1.2</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/tags/script-realm-1.2</url>
</scm>
</project> </project>