Author: lindner
Date: Mon Sep 20 05:14:30 2010
New Revision: 998781
URL: http://svn.apache.org/viewvc?rev=998781&view=rev
Log:
add api versioning here
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=998781&r1=998780&r2=998781&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Sep 20 05:14:30 2010
@@ -40,6 +40,13 @@
<url>http://shindig.apache.org</url>
<inceptionYear>2007</inceptionYear>
+ <properties>
+ <!-- What version of the API are we targeting for compatible -->
+ <shindig.api.compatible>2.0.0</shindig.api.compatible>
+ <!-- What version of the API did we ship last -->
+ <shindig.api.previous>1.0.1</shindig.api.previous>
+ </properties>
+
<prerequisites>
<maven>2.0.8</maven>
</prerequisites>