Skip to content

Commit

Permalink
Merge branch 'v1.1.2' into v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 22, 2023
2 parents bac55a1 + fb03aaa commit 1699560
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Greatly simplified version of GsDevKit_home

## Installation
``` bash
git clone git@github.com:GsDevKit/GsDevKit_stones.git
git clone git@github.com:GsDevKit/GsDevKit_stones.git -b v1.1.1
GsDevKit_stones/bin/install.sh

export PATH=`pwd`/superDoit/bin:`pwd`/GsDevKit_stones/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env bash

git clone git@github.com:dalehenrich/superDoit.git
git clone git@github.com:dalehenrich/superDoit.git -b v4.1
cd superDoit/bin
./install.sh
2 changes: 1 addition & 1 deletion projectSets/https/rowanV3_gs.ston
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GDKProjectSet {
}
},
'RowanClientServices' : {
'revision' : 'masterV3.0',
'revision' : 'ericV3.0_pharo',
'gitUrls' : {
'origin' : 'https://github.com/GemTalk/RowanClientServices.git'
}
Expand Down
2 changes: 1 addition & 1 deletion projectSets/ssh/rowanV3_gs.ston
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GDKProjectSet {
}
},
'RowanClientServices' : {
'revision' : 'masterV3.0',
'revision' : 'ericV3.0_pharo',
'gitUrls' : {
'origin' : 'git@github.com:GemTalk/RowanClientServices.git'
}
Expand Down

0 comments on commit 1699560

Please sign in to comment.