Author: lindner
Date: Mon Jan 17 02:04:26 2011
New Revision: 1059722
URL: http://svn.apache.org/viewvc?rev=1059722&view=rev
Log:
bump doap version, fix xml
Modified:
shindig/site/trunk/pom.xml
Modified: shindig/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/site/trunk/pom.xml?rev=1059722&r1=1059721&r2=1059722&view=diff
==============================================================================
--- shindig/site/trunk/pom.xml (original)
+++ shindig/site/trunk/pom.xml Mon Jan 17 02:04:26 2011
@@ -84,12 +84,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-doap-plugin</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
<configuration>
<doapOptions>
<programmingLanguage>java</programmingLanguage>
- <programmingLanguage>php</programmingLanguage>
- <category>Content</category>
+ <!--
+ re-add once the apache adds php support
+ <programmingLanguage>php</programmingLanguage> -->
+ <category>web-framework</category>
+
<downloadPage>http://shindig.apache.org/download/index.html</downloadPage>
</doapOptions>
<asfExtOptions>
<included>true</included>