Skip to content

Commit

Permalink
Merge pull request #67 from ba-st/udpate_deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gcotelli authored Jul 19, 2024
2 parents a5c2c34 + 19c732c commit a4d3bf6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion rowan/projects/Hyperspace.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
#specName: 'Hyperspace',
#projectName : 'Hyperspace',
#gitUrl : 'https://github.com/ba-st/Hyperspace.git',
#revision : 'v5',
#revision : 'v6',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment',
Expand Down
2 changes: 1 addition & 1 deletion rowan/projects/Memcached.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
#specName: 'Memcached',
#projectName : 'Memcached',
#gitUrl : 'https://github.com/ba-st-dependencies/Memcached.git',
#revision : 'v2',
#revision : 'v3',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment'
Expand Down
2 changes: 1 addition & 1 deletion rowan/projects/Teachable.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
#specName: 'Teachable',
#projectName : 'Teachable',
#gitUrl : 'https://github.com/ba-st-dependencies/Teachable.git',
#revision : 'v3',
#revision : 'v4',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Core'
Expand Down
2 changes: 1 addition & 1 deletion rowan/projects/Teapot.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
#specName: 'Teapot',
#projectName : 'Teapot',
#gitUrl : 'https://github.com/ba-st-dependencies/Teapot.git',
#revision : 'v2',
#revision : 'v3',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment'
Expand Down
12 changes: 6 additions & 6 deletions source/BaselineOfSuperluminal/BaselineOfSuperluminal.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BaselineOfSuperluminal >> projectClass [
BaselineOfSuperluminal >> setUpDependencies: spec [

spec
baseline: 'Hyperspace' with: [ spec repository: 'github://ba-st/Hyperspace:v5' ];
baseline: 'Hyperspace' with: [ spec repository: 'github://ba-st/Hyperspace:v6' ];
project: 'Hyperspace-Deployment' copyFrom: 'Hyperspace' with: [ spec loads: 'Deployment' ];
project: 'Hyperspace-SUnit'
copyFrom: 'Hyperspace'
Expand All @@ -42,7 +42,7 @@ BaselineOfSuperluminal >> setUpDependencies: spec [
with: [ spec loads: 'Tools' ].

spec
baseline: 'Launchpad' with: [ spec repository: 'github://ba-st/Launchpad:v5' ];
baseline: 'Launchpad' with: [ spec repository: 'github://ba-st/Launchpad:v6' ];
project: 'Launchpad-Deployment' copyFrom: 'Launchpad' with: [ spec loads: 'Deployment' ];
project: 'Launchpad-SUnit' copyFrom: 'Launchpad' with: [ spec loads: 'Dependent-SUnit-Extensions' ].

Expand All @@ -51,19 +51,19 @@ BaselineOfSuperluminal >> setUpDependencies: spec [
project: 'NeoJSON-Core' copyFrom: 'NeoJSON' with: [ spec loads: 'core' ].

spec
baseline: 'ObjectPool' with: [ spec repository: 'github://ba-st-dependencies/ObjectPool:v2' ];
baseline: 'ObjectPool' with: [ spec repository: 'github://ba-st-dependencies/ObjectPool:v3' ];
project: 'ObjectPool-Core' copyFrom: 'ObjectPool' with: [ spec loads: 'Core' ].

spec
baseline: 'Teapot' with: [ spec repository: 'github://ba-st-dependencies/Teapot:v2' ];
baseline: 'Teapot' with: [ spec repository: 'github://ba-st-dependencies/Teapot:v3' ];
project: 'Teapot-Deployment' copyFrom: 'Teapot' with: [ spec loads: 'Deployment' ].

spec
baseline: 'Teachable' with: [ spec repository: 'github://ba-st-dependencies/Teachable:v3' ];
baseline: 'Teachable' with: [ spec repository: 'github://ba-st-dependencies/Teachable:v4' ];
project: 'Teachable-Core' copyFrom: 'Teachable' with: [ spec loads: 'Core' ].

spec
baseline: 'Memcached' with: [ spec repository: 'github://ba-st-dependencies/Memcached:v2' ];
baseline: 'Memcached' with: [ spec repository: 'github://ba-st-dependencies/Memcached:v3' ];
project: 'Memcached-Core' copyFrom: 'Memcached' with: [ spec loads: 'Deployment' ]
]

Expand Down

0 comments on commit a4d3bf6

Please sign in to comment.