Skip to content

Commit

Permalink
create branch 'stable' from 1.2.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Feb 14, 2011
1 parent 91fdf56 commit 4cce763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1 +1,5 @@
target
/classes/
/*.jar
/lib/
/tmp/
4 changes: 2 additions & 2 deletions pom.xml
@@ -1,12 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.stuartsierra</groupId>
<groupId>clojure-hadoop</groupId>
<artifactId>clojure-hadoop</artifactId>
<packaging>jar</packaging>
<version>1.2.0</version>
<name>clojure-hadoop</name>
<url>http://github.com/stuartsierra/clojure-hadoop</url>
<url>http://github.com/alexott/clojure-hadoop</url>
<developers>
<developer>
<id>stuartsierra</id>
Expand Down

0 comments on commit 4cce763

Please sign in to comment.