浏览代码

Merge branch 'stable-4.3'

* stable-4.3:
  Add lfs libraries to scripts for upload to Maven central
  Prepare 4.3.1-SNAPSHOT versions

Change-Id: Ieba46a2b12c893d6c626194310ab8dde5a2f1e6a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.4.0.201605041135-m1
Matthias Sohn 8 年前
父节点
当前提交
a485fb7aac
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2
    0
      tools/maven-central/deploy.rb
  2. 2
    0
      tools/maven-central/download.rb

+ 2
- 0
tools/maven-central/deploy.rb 查看文件

@@ -55,6 +55,8 @@ artifacts = [group,
group + '.http.server',
group + '.junit',
group + '.junit.http',
group + '.lfs',
group + '.lfs.server',
group + '.pgm',
group + '.ui']


+ 2
- 0
tools/maven-central/download.rb 查看文件

@@ -15,6 +15,8 @@ artifacts = [group,
group + '.http.server',
group + '.junit',
group + '.junit.http',
group + '.lfs',
group + '.lfs.server',
group + '.pgm',
group + '.ui']


正在加载...
取消
保存