On Sun, Jan 4, 2009 at 10:39 PM, <bay...@apache.org> wrote: > Author: bayard > Date: Sun Jan 4 19:39:53 2009 > New Revision: 731428 > > URL: http://svn.apache.org/viewvc?rev=731428&view=rev > Log: > Making the pom a child of the taglibs-parent. Wondering if there's any reason > for keeping the site separate. > <snip/>
Yup, we want the pom to stand by itself. That way its easier to release. -Rahul > Modified: > jakarta/taglibs/trunks-proper/taglibs-site/pom.xml > > Modified: jakarta/taglibs/trunks-proper/taglibs-site/pom.xml > URL: > http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/taglibs-site/pom.xml?rev=731428&r1=731427&r2=731428&view=diff > ============================================================================== > --- jakarta/taglibs/trunks-proper/taglibs-site/pom.xml (original) > +++ jakarta/taglibs/trunks-proper/taglibs-site/pom.xml Sun Jan 4 19:39:53 > 2009 > @@ -21,12 +21,11 @@ > 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.apache</groupId> > - <artifactId>apache</artifactId> > - <version>4</version> > + <groupId>org.apache.taglibs</groupId> > + <artifactId>taglibs-parent</artifactId> > + <version>1-SNAPSHOT</version> > </parent> > > - <groupId>org.apache.taglibs</groupId> > <artifactId>taglibs-site</artifactId> > <version>1-SNAPSHOT</version> > <name>Jakarta Taglibs Site</name> > @@ -34,16 +33,6 @@ > > <inceptionYear>2009</inceptionYear> > > - <ciManagement> > - <system>continuum</system> > - > <url>http://vmbuild.apache.org/continuum/projectGroupSummary.action?projectGroupId=145</url> > - </ciManagement> > - > - <issueManagement> > - <system>bugzilla</system> > - <url>http://issues.apache.org/bugzilla/</url> > - </issueManagement> > - > <scm> > > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/taglibs-site/trunk</connection> > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/taglibs/proper/taglibs-site/trunk</developerConnection> > > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org