Skip to content

Commit e4ac3d4

Browse files
committed
Updated references and documentation.
Signed-off-by: Sorin Moldovan <[email protected]>
1 parent 27c441b commit e4ac3d4

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

circle.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# (c) Copyright 2015-2017 Hewlett-Packard Enterprise Development Company, L.P.
1+
# (c) Copyright 2015-2017 Micro Focus, L.P.
22
# All rights reserved. This program and the accompanying materials
33
# are made available under the terms of the Apache License v2.0 which accompany this distribution.
44
#
55
# The Apache License is available at
66
# http://www.apache.org/licenses/LICENSE-2.0
77
#
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS,
10+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
# See the License for the specific language governing permissions and
12+
# limitations under the License.
13+
#
814
########################################################################################################################
915

1016
general:
@@ -14,7 +20,7 @@ general:
1420
test:
1521
pre:
1622
- >
17-
wget https://github.com/CloudSlang/cloud-slang/releases/download/cloudslang-1.0.10/cslang-builder.zip
23+
wget https://github.com/CloudSlang/cloud-slang/releases/download/cloudslang-1.0.18/cslang-builder.zip
1824
&& unzip cslang-builder.zip
1925
&& chmod +x cslang-builder/bin/cslang-builder
2026
override: # compile ./code directory

cloudslang/cloudslang_maven_compiler.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The example below shows how to use the compiler:
2424
<plugins>
2525
[...]
2626
<plugin>
27+
<groupId>org.apache.maven.plugins</groupId>
2728
<artifactId>maven-compiler-plugin</artifactId>
2829
<version>3.5.1</version>
2930
<configuration>

developer/developer_cloudslang.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Embed CloudSlang in a Java Application
1919
<dependency>
2020
<groupId>io.cloudslang</groupId>
2121
<artifactId>score-all</artifactId>
22-
<version>0.3.28</version>
22+
<version>0.3.48</version>
2323
</dependency>
2424
2525
<dependency>
2626
<groupId>io.cloudslang.lang</groupId>
2727
<artifactId>cloudslang-all</artifactId>
28-
<version>0.9.60</version>
28+
<version>1.0.18</version>
2929
</dependency>
3030
3131
<dependency>

developer/developer_contribution.rst

+13
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,17 @@ dependencies depicted in the diagram below.
8585

8686
- consul
8787
- coreos
88+
- couchbase
8889
- digital_ocean
8990

9091
- v2
9192

9293
- docker
9394
- git
95+
- google
96+
97+
- compute
98+
9499
- hashicorp
95100

96101
- vault
@@ -104,6 +109,10 @@ dependencies depicted in the diagram below.
104109
- jenkins
105110
- marathon
106111
- maven
112+
- microfocus
113+
114+
- dca
115+
107116
- microsoft
108117

109118
- azure
@@ -114,6 +123,7 @@ dependencies depicted in the diagram below.
114123

115124
- openshift
116125
- openstack
126+
- slack
117127
- stackato
118128
- twilio
119129

@@ -131,6 +141,7 @@ dependencies depicted in the diagram below.
131141
- cs-azure
132142
- cs-commons
133143
- cs-couchbase
144+
- cs-microfocus-dca
134145
- cs-database
135146
- cs-date-time
136147
- cs-google
@@ -141,6 +152,7 @@ dependencies depicted in the diagram below.
141152
- cs-powershell
142153
- cs-rft
143154
- cs-ssh
155+
- cs-utilities
144156
- cs-vmware
145157
- cs-xml
146158

@@ -161,6 +173,7 @@ dependencies depicted in the diagram below.
161173
- **cloudslang-cli** - npm cloudslang-cli
162174
- **cs-intellij-plugin** - CloudSlang Intellij Plugin
163175
- **cs-content-generator** - Tool to convert Java Actions to .sl files
176+
- **cs-content-packager** - Tool to package CloudSlang content
164177

165178
Contribution Guide
166179
==================

developer/developer_score.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Embed Score in a Java Application
1919
<dependency>
2020
<groupId>io.cloudslang</groupId>
2121
<artifactId>score-all</artifactId>
22-
<version>0.3.28</version>
22+
<version>0.3.48</version>
2323
</dependency>
2424
2525
<dependency>
@@ -44,7 +44,7 @@ Embed Score in a Java Application
4444
4545
<score:worker uuid="-1"/>
4646
47-
<bean class="io.openscore.example.ScoreEmbed"/>
47+
<bean class="io.cloudslang.example.ScoreEmbed"/>
4848
</beans>
4949
5050
- Interact with Score using the `Score API <#score-api>`__.

0 commit comments

Comments
 (0)