svn commit: r730961 - /jakarta/taglibs/proper/string/trunk/pom.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Sat Jan 3 02:15:25 2009
New Revision: 730961
URL: http://svn.apache.org/viewvc?rev=730961&view=rev
Log:
Pulled in the apache parent (for the license report) and added developers block back with data this time
Modified:
jakarta/taglibs/proper/string/trunk/pom.xml
Modified: jakarta/taglibs/proper/string/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/pom.xml?rev=730961&r1=730960&r2=730961&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/string/trunk/pom.xml Sat Jan 3 02:15:25 2009
@@ -24,6 +24,12 @@
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.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
<groupId>org.apache.taglibs</groupId>
<artifactId>string-taglib</artifactId>
<version>1.1.1-SNAPSHOT</version>
@@ -47,6 +53,17 @@
<url>http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk</url>
</scm>
+ <developers>
+ <developer>
+ <name>Felipe Leme</name>
+ <id>felipeal</id>
+ </developer>
+ <developer>
+ <name>Henri Yandell</name>
+ <id>bayard</id>
+ </developer>
+ </developers>
+
<dependencies>
<dependency>
<groupId>commons-lang</groupId>