You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by ol...@apache.org on 2013/11/06 05:05:41 UTC

[1/2] git commit: rat plugin 0.10 is faster

Updated Branches:
  refs/heads/master efa648777 -> 51eb47b7f


rat plugin 0.10 is faster


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

Branch: refs/heads/master
Commit: bc51387efa532a392b6b5e0ee55b882ee7e591f4
Parents: efa6487
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed Nov 6 15:04:44 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed Nov 6 15:04:44 2013 +1100

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


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/bc51387e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf6b9ab..0bd8fea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.9</version>
+        <version>0.10</version>
         <configuration>
           <includes>
             <include>src/**/*</include>


[2/2] git commit: add .gitignore file

Posted by ol...@apache.org.
add .gitignore file


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

Branch: refs/heads/master
Commit: 51eb47b7f5ad3d2203de1c949a3e0e148a52529d
Parents: bc51387
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed Nov 6 15:05:25 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed Nov 6 15:05:25 2013 +1100

----------------------------------------------------------------------
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/51eb47b7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1717fc4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+target
+*.iml
+idea/