File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
5
5
# installed upon first run into the ~/.lein/self-installs directory.
6
6
7
- export LEIN_VERSION=" 2.6.1-SNAPSHOT "
7
+ export LEIN_VERSION=" 2.6.1"
8
8
9
9
case $LEIN_VERSION in
10
10
* SNAPSHOT) SNAPSHOT=" YES" ;;
Original file line number Diff line number Diff line change 4
4
# It has all the cross-platform stuff stripped out as well as the
5
5
# logic for running from a source checkout and self-install/upgrading.
6
6
7
- export LEIN_VERSION=" 2.6.1-SNAPSHOT "
7
+ export LEIN_VERSION=" 2.6.1"
8
8
9
9
if [ " $( whoami) " = " root" ] && [ " $LEIN_ROOT " = " " ]; then
10
10
echo " WARNING: You're currently running as root; probably by accident."
Original file line number Diff line number Diff line change 2
2
3
3
setLocal EnableExtensions EnableDelayedExpansion
4
4
5
- set LEIN_VERSION = 2.6.1-SNAPSHOT
5
+ set LEIN_VERSION = 2.6.1
6
6
7
7
if " %LEIN_VERSION:~-9 % " == " -SNAPSHOT" (
8
8
set SNAPSHOT = YES
Original file line number Diff line number Diff line change 4
4
<groupId >leiningen-core</groupId >
5
5
<artifactId >leiningen-core</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >2.6.0 </version >
7
+ <version >2.6.1 </version >
8
8
<name >leiningen-core</name >
9
9
<description >Library for core functionality of Leiningen.</description >
10
10
<url >https://github.com/technomancy/leiningen</url >
17
17
<scm >
18
18
<connection >scm:git:git://github.com/technomancy/leiningen.git</connection >
19
19
<developerConnection >scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection >
20
- <tag >a18141baf5bdfc6d56aebc8fcf4bd2e74246ba00
20
+ <tag >645161ad1827e941177ffebec29da6f700d78c25
21
21
</tag >
22
22
<url >https://github.com/technomancy/leiningen</url >
23
23
</scm >
Original file line number Diff line number Diff line change 1
- (defproject leiningen-core " 2.6.1-SNAPSHOT "
1
+ (defproject leiningen-core " 2.6.1"
2
2
:url " https://github.com/technomancy/leiningen"
3
3
:license {:name " Eclipse Public License"
4
4
:url " http://www.eclipse.org/legal/epl-v10.html" }
Original file line number Diff line number Diff line change 1
1
; ; This is Leiningen's own project configuration. See doc/TUTORIAL.md
2
2
; ; file as well as sample.project.clj for help writing your own.
3
3
4
- (defproject leiningen " 2.6.1-SNAPSHOT "
4
+ (defproject leiningen " 2.6.1"
5
5
:description " Automate Clojure projects without setting your hair on fire."
6
6
:url " https://github.com/technomancy/leiningen"
7
7
:license {:name " Eclipse Public License"
8
8
:url " http://www.eclipse.org/legal/epl-v10.html" }
9
- :dependencies [[leiningen-core " 2.6.1-SNAPSHOT " ]
9
+ :dependencies [[leiningen-core " 2.6.1" ]
10
10
[org.clojure/data.xml " 0.0.3" ]
11
11
[commons-io " 2.4" ]
12
12
[bultitude " 0.2.8" ]
You can’t perform that action at this time.
0 commit comments