You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by rm...@apache.org on 2014/01/02 17:08:17 UTC

git commit: using released api

Updated Branches:
  refs/heads/master 8ddf9f754 -> a955dcbcf


using released api


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/a955dcbc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/a955dcbc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/a955dcbc

Branch: refs/heads/master
Commit: a955dcbcfd11a05456d3a5d9fc27c08f3bc1129e
Parents: 8ddf9f7
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Thu Jan 2 17:08:10 2014 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Thu Jan 2 17:08:10 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/a955dcbc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b8620e1..727a72a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
 
     <properties>
         <atinject.version>1.0</atinject.version>
-        <batch-api.version>1.0-SNAPSHOT</batch-api.version>
+        <batch-api.version>1.0</batch-api.version>
         <jackson.version>2.2.2</jackson.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <batchee.scmPubUrl>https://svn.apache.org/repos/asf/incubator/batchee/site</batchee.scmPubUrl>