Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Jun 5, 2023
2 parents 6078e22 + 9e45ad1 commit 462b450
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ballerina-test-automation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swan-lake-latest-version=swan-lake-2201.5.0
swan-lake-latest-spec-version=2022R4
swan-lake-latest-version-display-text=2201.5.0
swan-lake-latest-tool-version=1.3.14
latest-tool-version=1.3.14
swan-lake-latest-tool-version=1.3.15
latest-tool-version=1.3.15
1-x-channel-latest-version=1.2.13
1-x-channel-latest-spec-version=2020R1
2 changes: 1 addition & 1 deletion examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4244,7 +4244,7 @@
"name": "Record to XML conversion",
"url": "xml-from-record-conversion",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"isLearnByExample": false
}
]
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group=org.ballerinalang
# During the release workflow, the following will get bumped automatically
version=2201.6.0-SNAPSHOT
codeName=swan-lake
ballerinaLangVersion=2201.6.0-20230528-002600-217853c5
ballerinaLangVersion=2201.6.0-20230604-002500-5088a0b0
ballerinaJreVersion=1.1.0
dependencyJREVersion=jdk-11.0.18+10-jre
specVersion=2022R4
Expand All @@ -19,7 +19,7 @@ stdlibTimeVersion=2.2.4
stdlibUrlVersion=2.2.3
stdlibXmldataVersion=2.4.3
observeVersion=1.0.7
stdlibMathVectorVersion=1.0.1-20230403-105000-09dd0b0
stdlibMathVectorVersion=1.0.1-20230529-131300-5c49593

# Stdlib Level 02
stdlibCryptoVersion=2.3.0
Expand Down Expand Up @@ -68,7 +68,7 @@ persistToolVersion=1.0.0-20230529-142100-07201b3

# Dev Tools
devToolsVersion=1.0.0
ballerinaCommandVersion=1.3.14
ballerinaCommandVersion=1.3.15

# GraphQL Tool
graphqlVersion=0.5.0-20230518-121300-d22805d
Expand Down
2 changes: 2 additions & 0 deletions installers/linux-deb/resources/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ elif [ "$(basename -- "$SHELL")" = "zsh" ]; then
\cp /usr/lib/ballerina/scripts/_bal ~/.ballerina/completion/
chmod 766 ~/.ballerina/completion/_bal
fi

bal -v
1 change: 1 addition & 0 deletions installers/linux-rpm/resources/ballerina-runtime.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fi
%clean
rm -rf %{_topdir}/BUILD/*
rm -rf %{buildroot}
bal -v

%files
%{_libdir}/ballerina/%{_ballerina_name}-runtime-%{_ballerina_version}
Expand Down
1 change: 1 addition & 0 deletions installers/linux-rpm/resources/ballerina-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fi
%clean
rm -rf %{_topdir}/BUILD/*
rm -rf %{buildroot}
bal -v

%files
%{_libdir}/ballerina/
1 change: 1 addition & 0 deletions installers/mac/darwin/scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ chmod o-w .

rm -f /Library/Ballerina/bin/ballerina
rm -f /etc/paths.d/ballerina
bal -v

0 comments on commit 462b450

Please sign in to comment.