diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:30:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:31:43 +0200 |
commit | a485fb7aac241393206afb31481b947abd7fb30f (patch) | |
tree | 0699e3ffbe815ff58840b182ed01713fcc9c86e9 | |
parent | 08fc807780c5c28c980f204d62de986b23a6c6c1 (diff) | |
parent | 24b6c080d74454bb2bc9d63490c24a51d8f5e259 (diff) | |
download | jgit-a485fb7aac241393206afb31481b947abd7fb30f.tar.gz jgit-a485fb7aac241393206afb31481b947abd7fb30f.zip |
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>
-rwxr-xr-x | tools/maven-central/deploy.rb | 2 | ||||
-rwxr-xr-x | tools/maven-central/download.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb index 8e7adc8934..2744e772a1 100755 --- a/tools/maven-central/deploy.rb +++ b/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'] diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb index b7ea2150ba..b6c2671742 100755 --- a/tools/maven-central/download.rb +++ b/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'] |