You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/18 10:16:58 UTC

svn commit: r998421 - /shindig/branches/2.0.x/pom.xml

Author: lindner
Date: Sat Sep 18 08:16:57 2010
New Revision: 998421

URL: http://svn.apache.org/viewvc?rev=998421&view=rev
Log:
add api versioning here

Modified:
    shindig/branches/2.0.x/pom.xml

Modified: shindig/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/pom.xml?rev=998421&r1=998420&r2=998421&view=diff
==============================================================================
--- shindig/branches/2.0.x/pom.xml (original)
+++ shindig/branches/2.0.x/pom.xml Sat Sep 18 08:16:57 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>