Author: snoopdave
Date: Sat Mar 4 11:13:01 2006
New Revision: 383178
URL: http://svn.apache.org/viewcvs?rev=383178&view=rev
Log:
Actually, we're on draft 8 now
Modified:
incubator/roller/trunk/sandbox/atomprotocol/src/org/roller/presentation/atomapi/AtomServlet.java
Modified:
incubator/roller/trunk/sandbox/atomprotocol/src/org/roller/presentation/atomapi/AtomServlet.java
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/atomprotocol/src/org/roller/presentation/atomapi/AtomServlet.java?rev=383178&r1=383177&r2=383178&view=diff
==============================================================================
---
incubator/roller/trunk/sandbox/atomprotocol/src/org/roller/presentation/atomapi/AtomServlet.java
(original)
+++
incubator/roller/trunk/sandbox/atomprotocol/src/org/roller/presentation/atomapi/AtomServlet.java
Sat Mar 4 11:13:01 2006
@@ -318,7 +318,7 @@
// count on client to preserve foreign markup as it should.
Element rollerElement = new Element("atom-draft",
"http://rollerweblogger.org/namespaces/app");
- rollerElement.setText("7");
+ rollerElement.setText("8");
entryElement.addContent(rollerElement);
XMLOutputter outputter = new XMLOutputter();