Author: bimargulies
Date: Thu Feb 10 17:30:59 2011
New Revision: 1069487
URL: http://svn.apache.org/viewvc?rev=1069487&view=rev
Log:
Prepare pom for releasing.
Modified:
webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml
Modified: webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml?rev=1069487&r1=1069486&r2=1069487&view=diff
==============================================================================
--- webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml (original)
+++ webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml Thu Feb 10 17:30:59
2011
@@ -26,10 +26,40 @@
</parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
+
<packaging>jar</packaging>
+
+ <url>http://ws.apache.org/XmlSchema</url>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/XMLSCHEMA</url>
+ </issueManagement>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/xmlschema-eclipse/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/xmlschema-eclipse/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/webservices/xmlschema/trunk</url>
+ </scm>
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
+
<name>XmlSchema Eclipse Support</name>
<version>2.0-SNAPSHOT</version>
<build>
<defaultGoal>install</defaultGoal>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <useReleaseProfiles>true</useReleaseProfiles>
+ <goals>deploy</goals>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
</project>