undo project renaming

This commit is contained in:
Michael Jerger 2017-01-04 09:41:18 +01:00
parent 3c415f48e0
commit b6b8ebfa22
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/cryogen-core "0.1.47-SNAPSHOT" (defproject cryogen-core "0.1.47-SNAPSHOT"
:description "Cryogen's compiler" :description "Cryogen's compiler"
:url "https://github.com/cryogen-project/cryogen-core" :url "https://github.com/cryogen-project/cryogen-core"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"

View file

@ -148,4 +148,4 @@ and more content.
(is (= expected (is (= expected
(build-nav-map pages))) (build-nav-map pages)))
) )
)) ))