Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
894529a5
Commit
894529a5
authored
Jan 15, 2018
by
qa_quantgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
d283f292
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
buildJava.sh
qa_shell_script/base_script/buildJava.sh
+4
-4
No files found.
qa_shell_script/base_script/buildJava.sh
View file @
894529a5
...
...
@@ -20,8 +20,8 @@ nums=(`awk '/quantgroup-sms-sdk/ {print NR}' $project_path/$project/pom.xml`)
for
num
in
${
nums
[@]
}
do
lin
=
$[
$num
+1
]
echo
"第
$lin
行 pom文件修改成<version>
2.0.0.3-SNAPSHOT
</version>"
sed
-i
"
${
lin
}
s#[0-9].*</version>#
2.0.0.3-SNAPSHOT
</version>#"
$project_path
/
$project
/pom.xml
echo
"第
$lin
行 pom文件修改成<version>
3.0
</version>"
sed
-i
"
${
lin
}
s#[0-9].*</version>#
3.0
</version>#"
$project_path
/
$project
/pom.xml
done
echo
"修改完毕"
...
...
@@ -30,8 +30,8 @@ nums=(`awk '/quantgroup-notify-sdk/ {print NR}' $project_path/$project/pom.xml`)
for
num
in
${
nums
[@]
}
do
lin
=
$[
$num
+1
]
echo
"第
$lin
行 pom文件修改成<version>
1.0-SNAPSHOT
</version>"
sed
-i
"
${
lin
}
s#[0-9].*</version>#
1.0-SNAPSHOT
</version>#"
$project_path
/
$project
/pom.xml
echo
"第
$lin
行 pom文件修改成<version>
3.0
</version>"
sed
-i
"
${
lin
}
s#[0-9].*</version>#
3.0
</version>#"
$project_path
/
$project
/pom.xml
done
echo
"修改完毕"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment