Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Add outdated notice and link to https://github.com/framework-one/fw1-…
Browse files Browse the repository at this point in the history
…template instead
  • Loading branch information
seancorfield committed Sep 11, 2014
1 parent d6411d7 commit 6ac0210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# lein-fw1

OUTDATED: USE [fw1/lein-template](https://github.com/framework-one/fw1-template) INSTEAD!

A [leiningen](https://github.com/technomancy/leiningen) plugin to help
create and manage [FW/1](https://github.com/seancorfield/fw1-clj)
projects.

**This has been deprecated in favor of
[fw1-template](https://github.com/seancorfield/fw1-template) which is
[fw1-template](https://github.com/framework-one/fw1-template) which is
a template for use with
[lein-newnew](https://github.com/Raynes/lein-newnew) which will
become the default 'new' task in Leiningen 2.0.**
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject lein-fw1 "0.0.6"
:description "A leiningen plugin to create and manage FW/1 projects"
(defproject lein-fw1 "0.0.7"
:description "Outdated FW/1 template - use https://github.com/framework-one/fw1-template instead."
:dependencies [[org.clojure/clojure "1.2.1"]])

0 comments on commit 6ac0210

Please sign in to comment.