You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2012/12/17 22:49:55 UTC

svn commit: r1423171 - /commons/proper/ognl/trunk/pom.xml

Author: olamy
Date: Mon Dec 17 21:49:54 2012
New Revision: 1423171

URL: http://svn.apache.org/viewvc?rev=1423171&view=rev
Log:
configure ognl for site deployment via svnpubsub

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1423171&r1=1423170&r2=1423171&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Dec 17 21:49:54 2012
@@ -22,7 +22,7 @@ limitations under the License.
  <parent>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-parent</artifactId>
-   <version>25</version>
+   <version>28-SNAPSHOT</version>
  </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -177,6 +177,8 @@ limitations under the License.
     <commons.javadoc.version>2.8</commons.javadoc.version>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
+
+    <commons.site.path>ognl</commons.site.path>
   </properties>
 
   <dependencies>