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

This commit is contained in:
imod 2011-01-16 10:46:34 +01:00
parent 809ea78ef5
commit 5b9a6a596b

View file

@ -1,5 +1,4 @@
<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">
<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>
@ -9,7 +8,7 @@
</parent>
<artifactId>script-realm</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>hpi</packaging>
<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>