Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
gcotelli committed Jul 19, 2024

Verified

This commit was signed with the committer’s verified signature.
gcotelli Gabriel Omar Cotelli
1 parent a5c2c34 commit 19c732c
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
@@ -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',
2 changes: 1 addition & 1 deletion rowan/projects/Memcached.ston
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion rowan/projects/Teachable.ston
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion rowan/projects/Teapot.ston
Original file line number Diff line number Diff line change
@@ -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'
12 changes: 6 additions & 6 deletions source/BaselineOfSuperluminal/BaselineOfSuperluminal.class.st
Original file line number Diff line number Diff line change
@@ -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'
@@ -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' ].

@@ -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' ]
]

0 comments on commit 19c732c

Please sign in to comment.