From 64c147403013a323e527ebb43d51e0233491cbdc Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 31 Dec 2017 02:31:54 +0100 Subject: Update documentation for 4.10 Change-Id: I97b66d1bc96246e017dfe714b629531033f28be2 Signed-off-by: Matthias Sohn --- org.eclipse.egit.doc/build-help.xml | 4 +- .../help/EGit/Contributor_Guide/Builds.html | 28 +--- .../help/EGit/New_and_Noteworthy/4.10/4.10.html | 89 ++++++++++ .../EGit/New_and_Noteworthy/4.10/Contributors.html | 66 ++++++++ .../4.10/Updating-This-Document.html | 55 +++++++ .../help/EGit/New_and_Noteworthy/4.9/4.9.html | 180 --------------------- .../EGit/New_and_Noteworthy/4.9/Contributors.html | 69 -------- .../4.9/Updating-This-Document.html | 55 ------- .../help/JGit/New_and_Noteworthy/4.10/4.10.html | 115 +++++++++++++ .../JGit/New_and_Noteworthy/4.10/Contributors.html | 80 +++++++++ .../4.10/Updating-This-Document.html | 55 +++++++ .../help/JGit/New_and_Noteworthy/4.9/4.9.html | 121 -------------- .../JGit/New_and_Noteworthy/4.9/Bug-Fixes.html | 125 -------------- .../JGit/New_and_Noteworthy/4.9/Contributors.html | 80 --------- .../4.9/Updating-This-Document.html | 55 ------- org.eclipse.egit.doc/help/toc.xml | 39 ++--- 16 files changed, 487 insertions(+), 729 deletions(-) create mode 100644 org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/4.10.html create mode 100644 org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Contributors.html create mode 100644 org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Updating-This-Document.html delete mode 100644 org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/4.9.html delete mode 100644 org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Contributors.html delete mode 100644 org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Updating-This-Document.html create mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/4.10.html create mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Contributors.html create mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Updating-This-Document.html delete mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/4.9.html delete mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Bug-Fixes.html delete mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Contributors.html delete mode 100644 org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Updating-This-Document.html diff --git a/org.eclipse.egit.doc/build-help.xml b/org.eclipse.egit.doc/build-help.xml index 7eddf1a3d5..8aa37c6333 100644 --- a/org.eclipse.egit.doc/build-help.xml +++ b/org.eclipse.egit.doc/build-help.xml @@ -42,8 +42,8 @@ > - - + + diff --git a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html index d043e6254c..59052f3156 100644 --- a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html +++ b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html @@ -36,7 +36,7 @@

Prerequisites for the Maven build are

  • - at least Maven 3.0.0 + at least Maven 3.5.2
  • see settings.xml reference on how to do basic Maven configuration @@ -108,12 +108,12 @@
    [~/src/egit] $ mvn clean install -Djgit-site=https://repo.eclipse.org/content/unzip/snapshots.unzip/
                          org/eclipse/jgit/org.eclipse.jgit.repository/${JGIT_VERSION}/org.eclipse.jgit.repository-${JGIT_VERSION}.zip-unzip/
     
    -

    If you wan to build EGit for the specific Neon (4.6) platform, consider using the egit-4.6 target platform:

    -
    [~/src/egit] $ mvn -Dtarget-platform=egit-4.6 clean install
    +		

    If you wan to build EGit for the specific Photon (4.8) platform, consider using the egit-4.8 target platform:

    +
    [~/src/egit] $ mvn -Dtarget-platform=egit-4.8 clean install
     
    -

    For EGit version 4.9, egit-4.5 (Mars, Eclipse 4.5), egit-4.6 (Neon, Eclipse 4.6), and egit-4.7 (Oxygen, Eclipse 4.7) are available. In addition egit-4.7-staging refers to the Oxygen staging repository.

    +

    For EGit version 4.10, egit-4.5 (Mars, Eclipse 4.5), egit-4.6 (Neon, Eclipse 4.6), egit-4.7 (Oxygen, Eclipse 4.7), and egit-4.8 (Photon, Eclipse 4.8) are available. In addition egit-4.8-staging refers to the Photon staging repository.

    Upon a successful build, a p2 update site should be generated inside - egit/org.eclipse.egit.repository/target/repository. If not, make sure the target platform has been downloaded from within Eclipse (Windows>Preferences>Plug-in Development>Target Platform). The default target platform defined in the maven build is currently Eclipse 4.6. If you skip setting the system property target-platform the target platform for Eclipse 4.6 will be used. + egit/org.eclipse.egit.repository/target/repository. If not, make sure the target platform has been downloaded from within Eclipse (Windows>Preferences>Plug-in Development>Target Platform). The default target platform defined in the maven build is currently Eclipse 4.7. If you skip setting the system property target-platform the target platform for Eclipse 4.7 will be used.

    JGit Bazel Build

    Since Gerrit is built using @@ -159,16 +159,16 @@

    Checking for JGit API Changes using API Baseline

    The JGit projects have API tooling enabled. In order to use PDE API tools to get assistance with maintaining API changes and additions you need to set an API baseline:

      -
    • download the p2 repository for the latest EGit release (which includes the JGit artifacts) to a local folder, e.g. ~/egit-releases/updates-4.0, find the p2 repository URLs +
    • download the p2 repository for the latest EGit release (which includes the JGit artifacts) to a local folder, e.g. ~/egit-releases/updates-4.9.1, find the p2 repository URLs here and download the p2 repository of the latest minor release (service releases don't change API) using the corresponding link in the last column of that table
    • -
    • in Eclipse click "Preferences > Plug-In Development > API Baselines", click "Add Baseline..." and define a new baseline (e.g. egit-4.0) and point it to the local copy of the corresponding EGit p2 repository.
    • +
    • in Eclipse click "Preferences > Plug-In Development > API Baselines", click "Add Baseline..." and define a new baseline (e.g. egit-4.9.1) and point it to the local copy of the corresponding EGit p2 repository.
    • the API tools will then raise warning/errors for all detected problems and provide quick fixes helping to resolve these problems
    • see the PDE API Tools User Guide for more details.
    -

    Automated Signing and Publishing

    +

    Signing and Publishing

    EGit and JGit builds running on the JGit/EGit Hudson are automatically signed (using the @@ -186,18 +186,6 @@ latest stable branch: /home/data/httpd/download.eclipse.org/egit/updates-stable download.eclipse.org the maven profile publish must be enabled via the option -P publish in the egit build job.

-

Signing (old method, replaced by automated procedure)

-

To sign the EGit build, you need to have ssh access to build.eclipse.org and the ability to run - /usr/bin/sign -

-

At the moment, Chris Aniszczyk (caniszczyk) and Matthias Sohn (msohn) have signing privileges.

-

The first step is to ensure you're in a place you can sign on build.eclipse.org

-
cd /home/data/httpd/download-staging.priv/commonBuild
-
-

Next you run the signing command (Usage: /usr/bin/sign <file> <mail|nomail> [outputDir]) on a zip of the EGit repo...

-
sign egit-p2-repo.zip my@email.com /home/data/users/caniszczyk/egit-0.8
-
-

After that, you can publish the zip that is generated with the signing information.

Contribution to Release Train

The release train contribution for JGit and EGit is maintained in the git repository

ssh://git.eclipse.org/gitroot/simrel/org.eclipse.simrel.build.git
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/4.10.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/4.10.html
new file mode 100644
index 0000000000..d3cae853c6
--- /dev/null
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/4.10.html
@@ -0,0 +1,89 @@
+
+
+	
+		
+		EGit 4.10 New and Noteworthy
+		
+	
+	
+		
+			
+				
+			
+			
+				
+				
+				
+			
+			
+				
+				
+				
+			
+		
+		

EGit

+

Features

+
    +
  • Extensible context menu in the rebase interactive view (bug 498012)
  • +
+

Usability

+
    +
  • Sort branches in clone wizard case insensitive (bug 529247)
  • +
  • History view: adjust mnemonics to avoid conflicts
  • +
  • Better align repository hyperlink in commit viewer (bug 527454)
  • +
  • Specialized labels for Push dialog buttons (bug 522118)
  • +
  • Provide property name for repository tree nodes (bug 527068)
  • +
  • Use newer trash icon on Eclipse Photon or newer (bug 525600)
  • +
+

Performance Improvements

+

Bug Fixes

+

+ 3 Bugs and 10 enhancement requests were closed +

+
    +
  • Fix GitHubClient to always use responseContentType (bug 528982)
  • +
  • Provide property name for repository tree nodes (bug 527068)
  • +
  • Prevent NPEs in StagingView (bug 528140)
  • +
  • Re-enable Reset context menu in history view for unresolved merge (bug 528052)
  • +
  • Remove duplicate entry in UI plugin.properties (bug 495064)
  • +
  • Commit editor branch handling fixes (bug 526336)
  • +
  • Minor fix in Gerrit version check
  • +
  • Cleanup default handler implementations
  • +
+

Build and Release Engineering

+
    +
  • Add header Automatic-Module-Name for Java 9 (bug 529074)
  • +
  • Update staging target platform to staging/photon
  • +
  • Updpate oxygen orbit to R20170919201930 and remove old orbit repos
  • +
  • Update Apache httpclient to 4.5.2 and httpcore to 4.4.6
  • +
  • Update Jetty to 9.4.8.v20171121
  • +
  • Require maven 3.5.2
  • +
  • Update to maven-pmd-plugin 3.8
  • +
  • Update to maven-assembly-plugin 3.1.0
  • +
  • Update to build-helper-maven-plugin 3.0.0
  • +
  • Update to spotbugs-maven-plugin 3.1.0
  • +
  • Update spotbugs-maven-plugin to 3.1.0-RC7
  • +
  • Add EGit-4.9.0 API baseline to Oomph setup
  • +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Contributors.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Contributors.html new file mode 100644 index 0000000000..4727bd827c --- /dev/null +++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Contributors.html @@ -0,0 +1,66 @@ + + + + + EGit 4.10 New and Noteworthy - Contributors + + + + + + + + + + + + + + + + + + +

Contributors

+

The following 7 developers worked on this release:

+

Andrey Loskutov, + Fabian Pfaff, + Karsten Thoms, + Matthias Sohn, + Michael Keppler, + Mickael Istria, + Thomas Wolf

+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Updating-This-Document.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Updating-This-Document.html new file mode 100644 index 0000000000..ac7a8e6d40 --- /dev/null +++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.10/Updating-This-Document.html @@ -0,0 +1,55 @@ + + + + + EGit 4.10 New and Noteworthy - Updating This Document + + + + + + + + + + + + + + + + + + +

Updating This Document

+

This document is maintained in a collaborative wiki. If you wish to + update or modify this document please visit + + http://wiki.eclipse.org/EGit/New_and_Noteworthy/4.10 +

+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/4.9.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/4.9.html deleted file mode 100644 index ba26257501..0000000000 --- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/4.9.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - EGit 4.9 New and Noteworthy - - - - - - - - - - - - - - - - - - -

EGit

-

Features

-
    -
  • Adapt NetUtil.setSslVerification to honor http.<url>.sslVerify
  • -
  • Log warnings about invalid git config entries
  • -
  • Log warnings about invalid RefSpecs in git config files
  • -
  • Add ICommitMessageProvider2 for caret positioning in commit messages (Bug 516867)
  • -
-

Usability

-
    -
  • Enable editing RefSpec on double click
  • -
  • Trim history search pattern
  • -
  • Added context actions 'Assume Unchanged' and 'Untrack' in staging view
  • -
  • Improve commit message validation & remove leading whitespace
  • -
  • Remove trailing whitespace from commit messages
  • -
  • Use verbs for button labels in UnmergedBranchDialog
  • -
  • Detached HEAD dialog should use verbs (close) instead of OK
  • -
  • Commit is not possible should use verbs instead of OK
  • -
  • Use verbs in RebaseResultDialog instead of OK - bug 518467 -
  • -
  • New toolbar button to switch repositories in git views. This enables the user to quickly switch the staging view, the reflog view, the rebase interactive view, or the history view from one repository to another via a toolbar button with a drop-down menu listing all currently configured git repositories. (Bug 518607)
  • -
  • Add descriptive message to directory browsers
  • -
  • Set window title in smart import wizard
  • -
  • Make EGit text viewers react to font and color preference changes - bug 484097 -
  • -
  • Improve hard-wrapping in commit messages to properly show long URLs - bug 519012 -
  • -
  • FetchGerritChangePage: supply patch set number in the background - bug 518492 -
  • -
  • FetchGerritChangePage: auto-supply highest patch set number - bug 518492 -
  • -
  • Use "Check Out" for the default button in checkout confirmation dialog - bug 511691 -
  • -
  • Improve texts shown for the copy command
  • -
  • FetchGerritChangePage: also try to determine the patch set number - bug 518492 -
  • -
  • FetchGerritChangePage: validate change ref a little more strictly
  • -
  • FetchGerritChangePage: validate change ref against advertised refs
  • -
  • FetchGerritChangePage: improve content assist - bug 518495 -
  • -
  • Use verbs in PushResultDialog instead of OK - bug 518044 -
  • -
  • Staging view: add toolbar buttons to stage/unstage all files - bug 518213 -
  • -
  • Contextual actions in tooltips in staging view. If there are selected elements in the staged/unstaged viewers, provide quick access to the "Add to index"/"Remove from index" actions via a toolbar shown in a tooltip when the mouse pointer hovers over a selected element. - bug 516969 -
  • -
  • Change the icons for clone, add, and create repositories - bug 347081 -
  • -
  • Icon clean-up: use PNG, provide HiDPI versions, include SVG sources - bug 517169, - bug 517171 -
  • -
  • Improve Decoration Support for ResourceMappings - bug 498546 -
  • -
-

Performance Improvements

-
    -
  • Reduce allocations in git decorator - bug 500106 -
  • -
-

Bug Fixes

-

- 30 Bugs and 7 enhancement requests were closed -

-
    -
  • Fix NPE in ConnectProviderOperation - bug 522423 -
  • -
  • Fix NotHandledException for "org.eclipse.egit.ui.RepositoriesViewOpen" - bug 521824 -
  • -
  • Prevent NPE below RemoveOrDeleteRepositoryCommand - bug 521826 -
  • -
  • GitHistoryPage: search widget must not react to font changes
  • -
  • Update submodule nodes when submodule refs change - bug 520694 -
  • -
  • Correct listeners in IndexDiffCacheEntry - bug 520694 -
  • -
  • Prevent NPE in LaunchFinder - bug 520033 -
  • -
  • Adds mnemonic to "Select" button in the "Create Branch" Dialog - bug 517776 -
  • -
  • Ensure DiffFormatter is closed in CreatePatchOperation
  • -
  • Restrict resizing of the "Fetch from Gerrit" Dialog - bug 519335 -
  • -
  • Disable delete config section button in the configuration preference page for no selection
  • -
  • Reflog view: serialize asynchronous loading jobs - bug 519431 -
  • -
  • Fix alignment of buttons in git config preference pages
  • -
  • Git history: preference-based actions must run in the UI thread.
  • -
  • Fix history view showing only commit IDs sometimes - bug 519104 -
  • -
  • Correct synchronize info calculation for folders - bug 518646 -
  • -
  • Staging View tooltips: work around bug 330384 on GTK - bug 516969 -
  • -
  • Fix the icon for the PullWithOptions command
  • -
-

Build and Release Engineering

-
    -
  • Add org.apache.commons.codec 1.9.0 to target platform
  • -
  • Update args4j to 2.33
  • -
  • Remove mylyn "latest" p2 repository from target platform
  • -
  • Remove easymport p2 repository from Mars target platform
  • -
  • Remove Mylyn wikitext from target platforms
  • -
  • Remove unnecessary runtime dependency on wikitext for doc bundle (Bug 519248)
  • -
  • Update Mylyn Wikitext update site URL
  • -
  • Oomph setup: include TPD and AnyEditTools
  • -
  • Update Oomph setup
  • -
  • Update mylyn github feature to require egit from same release
  • -
- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Contributors.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Contributors.html deleted file mode 100644 index e4b356f0a8..0000000000 --- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Contributors.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - EGit 4.9 New and Noteworthy - Contributors - - - - - - - - - - - - - - - - - - -

Contributors

-

The following 10 developers worked on this release:

-

Andreas Sewe, - David Weiser, - Fabian Pfaff, - Karsten Thoms, - Lars Vogel, - Martin Fleck, - Matthias Sohn, - Michael Keppler, - Stefan Rademacher, - Thomas Wolf

- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Updating-This-Document.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Updating-This-Document.html deleted file mode 100644 index 02586de9a7..0000000000 --- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.9/Updating-This-Document.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - EGit 4.9 New and Noteworthy - Updating This Document - - - - - - - - - - - - - - - - - - -

Updating This Document

-

This document is maintained in a collaborative wiki. If you wish to - update or modify this document please visit - - http://wiki.eclipse.org/EGit/New_and_Noteworthy/4.9 -

- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/4.10.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/4.10.html new file mode 100644 index 0000000000..ecddc4b552 --- /dev/null +++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/4.10.html @@ -0,0 +1,115 @@ + + + + + JGit 4.10 New and Noteworthy + + + + + + + + + + + + + + + + + + +

Features

+
    +
  • CloneCommand: option to set FS to be used
  • +
  • InitCommand: option to set FS to be used
  • +
  • Add a command to deinitialize submodules
  • +
  • FileBasedConfig: support for relative includes
  • +
  • ObjectDirectory: Add pack directory getter
  • +
  • Add a setting for fsck to check connectivity only
  • +
  • dfs: reftable backed DfsRefDatabase: DfsReftableDatabase is a new alternative for DfsRefDatabase that handles more operations for the implementor by delegating through reftables.
  • +
  • Support symbolic references in ReceiveCommand
  • +
+

Performance improvements

+
    +
  • DfsBlockCache.hasBlock0: quickly check for file in cache
  • +
  • Performance improvement on writing a large index
  • +
  • BitmapWalker: do not revisit objects in bitmap
  • +
  • Introduce RawText#load.
  • +
  • Skip unreachable garbage packs in dfs fsck
  • +
+

Bug Fixes

+

+ 1 enhancement requests and 3 bugs were closed +

+
    +
  • WorkingTreeIterator should pass FS to submodules
  • +
  • Use submodule name instead of path as key in config
  • +
  • + bug 519187: URIish: support for empty ports +
  • +
  • + bug 528886: Strings#convertGlob: fix escaping of patterns like [\[] +
  • +
  • Config: Drop backslash in invalid escape sequences in subsections
  • +
  • Config: Match C git behavior more closely in escaping values
  • +
  • Config: Rewrite subsection and value escaping and parsing
  • +
  • Fix javadoc errors raised by doclint
  • +
  • DfsFsck: Skip unborn branches and symrefs to nowhere
  • +
  • Make Config.readIncludedConfig a noop by default
  • +
  • Remove use of deprecated X509HostnameVerifier
  • +
  • + bug 501167: TransportHttp: retry on IOException with another mechanism when a 401 occurs on POST and the server advertises Negotiate +
  • +
  • Reject pack if delta exceeds array size limit
  • +
  • Avoid loading and merging binary data in ResolveMerger
  • +
  • + bug 525907: Avoid bad rounding "1 year, 12 months" in date formatter +
  • +
+

Build and Release Engineering

+
    +
  • Upgrade error_prone_core to 2.1.3
  • +
  • Update Jetty to 9.4.8.v20171121
  • +
  • + bug 529075: Add header Automatic-Module-Name for Java 9 +
  • +
  • Updpate oxygen orbit to R20170919201930 and remove old orbit repos
  • +
  • Update Apache httpclient to 4.5.2 and httpcore to 4.4.6
  • +
  • Specify consistent version range for junit in OSGi manifests
  • +
  • Remove maven profile jgit.java8
  • +
  • Reenable failing the build on javadoc errors
  • +
  • Require maven 3.5.2
  • +
  • Upgrade spotbugs-maven-plugin to 3.1.0-RC8
  • +
  • Upgrade maven-compiler-plugin to 3.7.0
  • +
  • Update japicmp-maven-plugin to 0.11.0
  • +
  • Upgrade spotbugs-maven-plugin to 3.1.0
  • +
  • Upgrade maven-javadoc-plugin to 3.0.0
  • +
  • Upgrade maven-surefire{-report}-plugin to 2.20.1
  • +
  • Upgrade maven-dependency-plugin to 3.0.2
  • +
  • Upgrade maven-shade-plugin to 3.1.0
  • +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Contributors.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Contributors.html new file mode 100644 index 0000000000..e228baefa7 --- /dev/null +++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Contributors.html @@ -0,0 +1,80 @@ + + + + + JGit 4.10 New and Noteworthy - Contributors + + + + + + + + + + + + + + + + + + +

Contributors

+

The following 21 developers worked on this release:

+

Christian Halstrick, + Dave Borowitz, + David Pursehouse, + David Turner, + Dmitry Pavlenko, + Han-Wen Nienhuys, + Hector Caballero, + Jonathan Nieder, + Jonathan Tan, + Karsten Thoms, + Masaya Suzuki, + Marc Strapetz, + Matthias Sohn, + Michael Keppler, + Minh Thai, + Saša Živkov, + Shawn Pearce, + Stephen Lawson, + Terry Parker, + Thomas Wolf, + Zhen Chen

+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Updating-This-Document.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Updating-This-Document.html new file mode 100644 index 0000000000..35172e77c2 --- /dev/null +++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.10/Updating-This-Document.html @@ -0,0 +1,55 @@ + + + + + JGit 4.10 New and Noteworthy - Updating This Document + + + + + + + + + + + + + + + + + + +

Updating This Document

+

This document is maintained in a collaborative wiki. If you wish to + update or modify this document please visit + + http://wiki.eclipse.org/JGit/New_and_Noteworthy/4.10 +

+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/4.9.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/4.9.html deleted file mode 100644 index cc69fea658..0000000000 --- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/4.9.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - JGit 4.9 New and Noteworthy - - - - - - - - - - - - - - - - - - -

JGit

-

Features

-
    -
  • Implement atomic BatchRefUpdates for RefDirectory. The existing packed-refs file provides a mechanism for implementing atomic multi-ref updates without any changes to the on-disk format or lockfile protocol. We just need to make sure that there are no loose refs involved in the transaction, which we can achieve by packing the refs while holding locks on all loose refs. Full details of the algorithm are in the PackedBatchRefUpdate javadoc.
  • -
  • reftable: new ref storage format. Some repositories contain a lot of references (e.g. android at 866k, rails at 31k). The reftable format provides: -
      -
    • Near constant time lookup for any single reference, even when the repository is cold and not in process or kernel cache.
    • -
    • Near constant time verification a SHA-1 is referred to by at least one reference (for allow-tip-sha1-in-want).
    • -
    • Efficient lookup of an entire namespace, such as `refs/tags/`.
    • -
    • Support atomic push `O(size_of_update)` operations.
    • -
    • Combine reflog storage with ref storage.
    • -
    -
  • -
  • - bug 470318 - Fetch submodule repo before resolving commits -
  • -
  • - bug 374703 - Handle SSL handshake failures in TransportHttp, use CredentialsProvider to inform the user -
  • -
  • Support http.<url>.* configs
  • -
  • Add BlobObjectChecker
  • -
  • - bug 520978 - Improve getting typed values from a Config to enable handling invalid configuration options -
  • -
  • - bug 496170 - Support most %-token substitutions in OpenSshConfig -
  • -
  • - bug 490939 - Let Jsch know about ~/.ssh/config. Ensure the Jsch instance used knows about ~/.ssh/config. This enables Jsch to honor more user configurations, in particular also the UserKnownHostsFile configuration, or additional identities given via multiple IdentityFile entries. -
  • -
  • - bug 465167 - Add support to follow HTTP redirects -
      -
    • Implement config setting http.followRedirects
    • -
    • Number of redirects followed can be limited by http.maxRedirects (default 5)
    • -
    -
  • -
  • - bug 500106 - Send a detailed event on working tree modifications to provide the foundations for better file change tracking -
  • -
  • Add dfs fsck implementation
  • -
  • - bug 517128 - Support -merge attribute in binary macro. The merger is now able to react to the use of the merge attribute. The value unset and the custom value 'binary' are handled (-merge and merge=binary) -
  • -
  • - bug 518377 - Support --match functionality in DescribeCommand -
  • -
  • - bug 517847 - Allow to programmatically set FastForwardMode for PullCommand -
  • -
  • - bug 474174 - Add support for config option "pull.ff" -
  • -
  • Add a new singlePack option to PackConfig. If set, "singlePack" will create a single GC pack file for all objects reachable from refs/*. If not set, the GC pack will contain object reachable from refs/heads/* and refs/tags/*, and the GC_REST pack will contain all other reachable objects.
  • -
  • fetch: Accept any SHA-1 on left hand side of refspec
  • -
-

JGit Command Line

-
    -
  • Added API to TextBuiltin for piped usage.
  • -
  • - bug 518377 - Add --match option for `jgit describe` to CLI -
  • -
-

Performance Improvements

-
    -
  • ReceivePack: clear advertised .haves if application changes refs to avoid over-advertising ".have" lines
  • -
  • Reftable: see above
  • -
-

Build and Release Engineering

-
    -
  • Upgrade Maven compiler plugins
  • -
  • Add org.apache.commons.codec 1.9.0 to target platform
  • -
  • Update args4j to 2.33 (CQ: 11068)
  • -
  • Update Oxygen Orbit p2 repository to R20170516192513
  • -
  • Replace findbugs by spotbugs
  • -
- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Bug-Fixes.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Bug-Fixes.html deleted file mode 100644 index 07a63ccee1..0000000000 --- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Bug-Fixes.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - JGit 4.9 New and Noteworthy - Bug Fixes - - - - - - - - - - - - - - - - - - -

Bug Fixes

-

- 2 enhancement requests and 23 bugs were closed -

-
    -
  • - bug 521296 - Fix missing RefsChangedEvent when packed refs are used -
  • -
  • - bug 376369 - Fix Daemon.stop() to actually stop the listener thread -
  • -
  • Remove workaround for bug in Java's ReferenceQueue which was fixed in Java 8. - Minimum Java version 8-b100: JGit 4.9 removes a - workaround for a - bug in ReferenceQueue of Sun's Java 5, 6, 7 implementation. This bug was fixed in - JDK 8-b100 hence this is the minimum supported Java version for JGit 4.9. -
  • -
  • - bug 508801 - Don't assume name = path in .gitmodules -
  • -
  • - bug 515325 - FetchCommand: pass on CredentialsProvider to submodule fetches -
  • -
  • - bug 520920 - Exclude file matching: fix backtracking on match failures after "**" -
  • -
  • - bug 508568 - Fix path pattern matching to work also for gitattributes -
  • -
  • - bug 429625 - Ignore invalid TagOpt values -
  • -
  • - bug 519883 - Fix default directory used to clone when setDirectory wasn't called -
  • -
  • - bug 513043 - Do authentication re-tries on HTTP POST -
  • -
  • Fix exception handling for opening bitmap index files
  • -
  • - bug 393170 - Do not apply pushInsteadOf to existing pushUris -
  • -
  • - bug 520702 - Record submodule paths with untracked changes as FileMode.GITLINK -
  • -
  • - bug 520910 - Ensure EOL stream type is DIRECT when -text attribute is present. Otherwise fancy combinations of attributes (binary or -text in combination with crlf or eol) may result in the corruption of binary data. -
  • -
  • - bug 520677 - Use relative paths for attribute rule matching -
  • -
  • Treat RawText of binary data as file with one single line. This avoids executing mergeAlgorithm.merge on binary data, which is unlikely to be useful.
  • -
  • - bug 510685 - Fix committing empty commits -
  • -
  • - bug 519887 - Fix JGit set core.fileMode to false by default instead of true for non Windows OS. -
  • -
  • Fix matching ignores and attributes pattern of form a/b/**.
  • -
  • Fix deleting symrefs
  • -
  • - bug 518377 - Fix bug in multiple tag handling on DescribeCommand -
  • -
  • - bug 393170 - pushInsteadOf configuration is ignored by EGit. - Note: Up to now JGit mistakenly applied pushInsteadOf also to existing pushUris. If some repositories had relied on this mis-feature, pushes may newly suddenly fail (the uncritical case; the config just needs to be fixed) or even still succeed but push to unexpected places, namely to the non-rewritten pushUrls (the critical case). -
  • -
- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Contributors.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Contributors.html deleted file mode 100644 index 7131540ad4..0000000000 --- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Contributors.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - JGit 4.9 New and Noteworthy - Contributors - - - - - - - - - - - - - - - - - - -

Contributors

-

The following 21 developers worked on this release of JGit :

-

Changcheng Xiao, - Christian Halstrick, - Dave Borowitz, - David Pursehouse, - David Turner, - Dmitry Pavlenko, - Han-Wen Nienhuys, - Joan Goyeau, - Jonathan Nieder, - Masaya Suzuki, - Mathieu Cartaud, - Matthias Sohn, - Mattias Neuling, - Michael FIG, - Ned Twigg, - Oliver Lockwood, - Robin Stocker, - Shawn Pearce, - Terry Parker, - Thomas Wolf, - Zhen Chen

- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Updating-This-Document.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Updating-This-Document.html deleted file mode 100644 index a7bb3c5d4d..0000000000 --- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.9/Updating-This-Document.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - JGit 4.9 New and Noteworthy - Updating This Document - - - - - - - - - - - - - - - - - - -

Updating This Document

-

This document is maintained in a collaborative wiki. If you wish to - update or modify this document please visit - - http://wiki.eclipse.org/JGit/New_and_Noteworthy/4.9 -

- - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.eclipse.egit.doc/help/toc.xml b/org.eclipse.egit.doc/help/toc.xml index b93ccf799f..701e6d7d6c 100644 --- a/org.eclipse.egit.doc/help/toc.xml +++ b/org.eclipse.egit.doc/help/toc.xml @@ -443,27 +443,24 @@ - - - - - - - + + + + + + + - - + + - - - - - - - - - - + + + + + + + @@ -509,9 +506,7 @@ - - - + -- cgit v1.2.3 From f2531c5ab3fd0a3925b2af68ed76c158a01c7f60 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 31 Dec 2017 02:53:44 +0100 Subject: EGit v4.10.0.201712302008-r Change-Id: Icdb44dc37ffaaf642bc09a93f1c02887400cf98f Signed-off-by: Matthias Sohn --- org.eclipse.egit-feature/feature.xml | 2 +- org.eclipse.egit-feature/pom.xml | 2 +- org.eclipse.egit.core.test/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.core.test/pom.xml | 2 +- org.eclipse.egit.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.core/pom.xml | 2 +- org.eclipse.egit.doc/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.doc/pom.xml | 2 +- org.eclipse.egit.gitflow-feature/feature.xml | 2 +- org.eclipse.egit.gitflow-feature/pom.xml | 2 +- org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.gitflow.test/pom.xml | 2 +- org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.gitflow.ui/pom.xml | 2 +- org.eclipse.egit.gitflow/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.gitflow/pom.xml | 2 +- org.eclipse.egit.mylyn-feature/feature.xml | 2 +- org.eclipse.egit.mylyn-feature/pom.xml | 2 +- org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.mylyn.ui.test/pom.xml | 2 +- org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.mylyn.ui/pom.xml | 2 +- org.eclipse.egit.repository/pom.xml | 2 +- org.eclipse.egit.source-feature/feature.xml | 2 +- org.eclipse.egit.source-feature/pom.xml | 2 +- org.eclipse.egit.target/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.target/pom.xml | 2 +- org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.ui.importer.tests/pom.xml | 2 +- org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.ui.smartimport/pom.xml | 2 +- org.eclipse.egit.ui.test/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.ui.test/pom.xml | 2 +- org.eclipse.egit.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.ui/pom.xml | 2 +- org.eclipse.egit/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit/pom.xml | 2 +- pom.xml | 4 ++-- 38 files changed, 39 insertions(+), 39 deletions(-) diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml index 8b1582a7b8..e6219f2280 100644 --- a/org.eclipse.egit-feature/feature.xml +++ b/org.eclipse.egit-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.feature diff --git a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF index b00313acd6..7853be8e3a 100644 --- a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Vendor: Eclipse.org Automatic-Module-Name: org.eclipse.egit.core.test Bundle-SymbolicName: org.eclipse.egit.core.test;singleton:=true Fragment-Host: org.eclipse.egit.core -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)", org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", diff --git a/org.eclipse.egit.core.test/pom.xml b/org.eclipse.egit.core.test/pom.xml index e843d26d10..e7c146ff7b 100644 --- a/org.eclipse.egit.core.test/pom.xml +++ b/org.eclipse.egit.core.test/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.core.test diff --git a/org.eclipse.egit.core/META-INF/MANIFEST.MF b/org.eclipse.egit.core/META-INF/MANIFEST.MF index 85b6500ebe..95a2bfa941 100644 --- a/org.eclipse.egit.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.core Bundle-SymbolicName: org.eclipse.egit.core;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Activator: org.eclipse.egit.core.Activator Bundle-Vendor: %provider_name Bundle-Localization: plugin diff --git a/org.eclipse.egit.core/pom.xml b/org.eclipse.egit.core/pom.xml index d9ab55fa62..554a45a3f4 100644 --- a/org.eclipse.egit.core/pom.xml +++ b/org.eclipse.egit.core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.core diff --git a/org.eclipse.egit.doc/META-INF/MANIFEST.MF b/org.eclipse.egit.doc/META-INF/MANIFEST.MF index 29820b216f..2dcb8b55ab 100644 --- a/org.eclipse.egit.doc/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.doc/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.egit.doc;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Vendor: %Bundle-Vendor Bundle-ActivationPolicy: lazy Bundle-Localization: plugin diff --git a/org.eclipse.egit.doc/pom.xml b/org.eclipse.egit.doc/pom.xml index 507e8a7df6..c73b566c9f 100644 --- a/org.eclipse.egit.doc/pom.xml +++ b/org.eclipse.egit.doc/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.doc diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml index 4a8aa1c6ba..372b3df257 100644 --- a/org.eclipse.egit.gitflow-feature/feature.xml +++ b/org.eclipse.egit.gitflow-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.feature diff --git a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF index 6622f2b8aa..a594a7d332 100644 --- a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: GitFlow Test Automatic-Module-Name: org.eclipse.egit.gitflow.test Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Fragment-Host: org.eclipse.egit.gitflow Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.eclipse.egit.core;version="[4.10.0,4.11.0)", diff --git a/org.eclipse.egit.gitflow.test/pom.xml b/org.eclipse.egit.gitflow.test/pom.xml index 41c2c6c998..85220904a7 100644 --- a/org.eclipse.egit.gitflow.test/pom.xml +++ b/org.eclipse.egit.gitflow.test/pom.xml @@ -15,7 +15,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.gitflow.test diff --git a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF index ef87d18174..d2b79f42c5 100644 --- a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.gitflow.ui Bundle-SymbolicName: org.eclipse.egit.gitflow.ui;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Activator: org.eclipse.egit.gitflow.ui.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.egit.gitflow.ui/pom.xml b/org.eclipse.egit.gitflow.ui/pom.xml index 850e3bdf02..486b8fdd8f 100644 --- a/org.eclipse.egit.gitflow.ui/pom.xml +++ b/org.eclipse.egit.gitflow.ui/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.gitflow.ui diff --git a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF index 7a59103224..102beb29ba 100644 --- a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.gitflow Bundle-SymbolicName: org.eclipse.egit.gitflow;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Vendor: %provider_name Bundle-Activator: org.eclipse.egit.gitflow.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.egit.gitflow/pom.xml b/org.eclipse.egit.gitflow/pom.xml index 4c4f5684fa..7d54a78c14 100644 --- a/org.eclipse.egit.gitflow/pom.xml +++ b/org.eclipse.egit.gitflow/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.gitflow diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml index edbcf0fb78..dc7d9dee86 100644 --- a/org.eclipse.egit.mylyn-feature/feature.xml +++ b/org.eclipse.egit.mylyn-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.feature diff --git a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF index 26f4aaad25..884a225e5f 100644 --- a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Git Team Provider Mylyn UI Test Fragment Automatic-Module-Name: org.eclipse.egit.mylyn.ui.test Bundle-SymbolicName: org.eclipse.egit.mylyn.ui.test -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Fragment-Host: org.eclipse.egit.mylyn.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)", diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml index 2d9c8da84b..c96e119cdb 100644 --- a/org.eclipse.egit.mylyn.ui.test/pom.xml +++ b/org.eclipse.egit.mylyn.ui.test/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.mylyn.ui.test diff --git a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF index 58f4f537af..a9b21bb1be 100644 --- a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.egit.mylyn.ui Bundle-SymbolicName: org.eclipse.egit.mylyn.ui;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Activator: org.eclipse.egit.internal.mylyn.ui.EGitMylynUI Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.team.core, diff --git a/org.eclipse.egit.mylyn.ui/pom.xml b/org.eclipse.egit.mylyn.ui/pom.xml index 719a491f41..820d8fb181 100644 --- a/org.eclipse.egit.mylyn.ui/pom.xml +++ b/org.eclipse.egit.mylyn.ui/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.mylyn.ui diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml index 6fa14b0b50..1c71ba10bd 100644 --- a/org.eclipse.egit.repository/pom.xml +++ b/org.eclipse.egit.repository/pom.xml @@ -18,7 +18,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.repository diff --git a/org.eclipse.egit.source-feature/feature.xml b/org.eclipse.egit.source-feature/feature.xml index ac44343f73..565a892645 100644 --- a/org.eclipse.egit.source-feature/feature.xml +++ b/org.eclipse.egit.source-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.feature diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF index 7df0bfd30b..1633c74149 100644 --- a/org.eclipse.egit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF @@ -2,5 +2,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.egit.target -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml index 5145dd4c43..b28961fc17 100644 --- a/org.eclipse.egit.target/pom.xml +++ b/org.eclipse.egit.target/pom.xml @@ -18,7 +18,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r diff --git a/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF index 7a5fad81aa..6fc9240281 100644 --- a/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.ui.importer.tests Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin diff --git a/org.eclipse.egit.ui.importer.tests/pom.xml b/org.eclipse.egit.ui.importer.tests/pom.xml index d8dac29eb4..626411d485 100644 --- a/org.eclipse.egit.ui.importer.tests/pom.xml +++ b/org.eclipse.egit.ui.importer.tests/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.egit - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r egit-parent org.eclipse.egit.ui.importer.tests diff --git a/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF index a438aa62f4..0b330c47a7 100644 --- a/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %fragment_name Automatic-Module-Name: org.eclipse.egit.ui.smartimport Bundle-SymbolicName: org.eclipse.egit.ui.smartimport;singleton:=true Fragment-Host: org.eclipse.egit.ui;bundle-version="[4.10.0,4.11.0)" -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Vendor: %provider_name Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/org.eclipse.egit.ui.smartimport/pom.xml b/org.eclipse.egit.ui.smartimport/pom.xml index cab97e7c03..ed0d40feb4 100644 --- a/org.eclipse.egit.ui.smartimport/pom.xml +++ b/org.eclipse.egit.ui.smartimport/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.egit - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r egit-parent org.eclipse.egit.ui.smartimport diff --git a/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF index 600f1d25a1..91f07664f9 100644 --- a/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Vendor: Eclipse.org Automatic-Module-Name: org.eclipse.egit.ui.test Bundle-SymbolicName: org.eclipse.egit.ui.test;singleton:=true Fragment-Host: org.eclipse.egit.ui -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)", diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml index b5b32035b0..cdb22386ca 100644 --- a/org.eclipse.egit.ui.test/pom.xml +++ b/org.eclipse.egit.ui.test/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.ui.test diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF index 05a5e1f925..ff5e495a2d 100644 --- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.ui Bundle-SymbolicName: org.eclipse.egit.ui;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Activator: org.eclipse.egit.ui.Activator Bundle-Vendor: %provider_name Bundle-Localization: plugin diff --git a/org.eclipse.egit.ui/pom.xml b/org.eclipse.egit.ui/pom.xml index 4c60023584..6de7f5883b 100644 --- a/org.eclipse.egit.ui/pom.xml +++ b/org.eclipse.egit.ui/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit.ui diff --git a/org.eclipse.egit/META-INF/MANIFEST.MF b/org.eclipse.egit/META-INF/MANIFEST.MF index 24f3e03bda..54577a34a9 100644 --- a/org.eclipse.egit/META-INF/MANIFEST.MF +++ b/org.eclipse.egit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.egit;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-r Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.egit/pom.xml b/org.eclipse.egit/pom.xml index dc592e4825..3b180b1497 100644 --- a/org.eclipse.egit/pom.xml +++ b/org.eclipse.egit/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r org.eclipse.egit diff --git a/pom.xml b/pom.xml index 54f7fbb079..cf9a16bee9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.egit egit-parent - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r pom EGit Parent @@ -58,7 +58,7 @@ - 4.10.0-SNAPSHOT + 4.10.0.201712302008-r 1.0.0 ${tycho-version} 1.0.0 -- cgit v1.2.3 From 31f43af24b0a86c93231d629d85f7c64000ed7ff Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 31 Dec 2017 03:50:05 +0100 Subject: Prepare 4.10.1-SNAPSHOT builds Change-Id: I32d7bccd788c833c992eb392b4f1925539aed540 Signed-off-by: Matthias Sohn --- org.eclipse.egit-feature/feature.xml | 4 +- org.eclipse.egit-feature/pom.xml | 2 +- org.eclipse.egit.core.test/META-INF/MANIFEST.MF | 22 +-- org.eclipse.egit.core.test/pom.xml | 2 +- org.eclipse.egit.core/META-INF/MANIFEST.MF | 72 ++++----- org.eclipse.egit.core/pom.xml | 2 +- org.eclipse.egit.doc/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.doc/pom.xml | 2 +- org.eclipse.egit.gitflow-feature/feature.xml | 8 +- org.eclipse.egit.gitflow-feature/pom.xml | 2 +- org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF | 8 +- org.eclipse.egit.gitflow.test/pom.xml | 2 +- org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF | 70 ++++---- org.eclipse.egit.gitflow.ui/pom.xml | 2 +- org.eclipse.egit.gitflow/META-INF/MANIFEST.MF | 28 ++-- org.eclipse.egit.gitflow/pom.xml | 2 +- org.eclipse.egit.mylyn-feature/feature.xml | 4 +- org.eclipse.egit.mylyn-feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.mylyn.ui.test/pom.xml | 2 +- org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF | 26 +-- org.eclipse.egit.mylyn.ui/pom.xml | 2 +- org.eclipse.egit.repository/pom.xml | 2 +- org.eclipse.egit.source-feature/feature.xml | 2 +- org.eclipse.egit.source-feature/pom.xml | 2 +- org.eclipse.egit.target/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.target/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.ui.importer.tests/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 6 +- org.eclipse.egit.ui.smartimport/pom.xml | 2 +- org.eclipse.egit.ui.test/META-INF/MANIFEST.MF | 34 ++-- org.eclipse.egit.ui.test/pom.xml | 2 +- org.eclipse.egit.ui/META-INF/MANIFEST.MF | 180 ++++++++++----------- org.eclipse.egit.ui/pom.xml | 2 +- org.eclipse.egit/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit/pom.xml | 2 +- pom.xml | 4 +- 38 files changed, 258 insertions(+), 258 deletions(-) diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml index e6219f2280..a3546439e0 100644 --- a/org.eclipse.egit-feature/feature.xml +++ b/org.eclipse.egit-feature/feature.xml @@ -2,7 +2,7 @@ - + org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.feature diff --git a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF index 7853be8e3a..ea9d93f492 100644 --- a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Vendor: Eclipse.org Automatic-Module-Name: org.eclipse.egit.core.test Bundle-SymbolicName: org.eclipse.egit.core.test;singleton:=true Fragment-Host: org.eclipse.egit.core -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)", org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", @@ -18,14 +18,14 @@ Bundle-ActivationPolicy: lazy Import-Package: org.mockito;version="[1.8.0,1.10.0)", org.mockito.runners;version="[1.8.0,1.10.0)", org.mockito.stubbing;version="[1.8.0,1.10.0)", - org.eclipse.egit.core;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.op;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.project;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.junit;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.treewalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.treewalk.filter;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util;version="[4.10.0,4.11.0)" + org.eclipse.egit.core;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.op;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.project;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.junit;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.treewalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.treewalk.filter;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util;version="[4.10.1,4.11.0)" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.eclipse.egit.core.test;version="4.10.0" +Export-Package: org.eclipse.egit.core.test;version="4.10.1" diff --git a/org.eclipse.egit.core.test/pom.xml b/org.eclipse.egit.core.test/pom.xml index e7c146ff7b..b5a9c6f06e 100644 --- a/org.eclipse.egit.core.test/pom.xml +++ b/org.eclipse.egit.core.test/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.core.test diff --git a/org.eclipse.egit.core/META-INF/MANIFEST.MF b/org.eclipse.egit.core/META-INF/MANIFEST.MF index 95a2bfa941..54e67c9b25 100644 --- a/org.eclipse.egit.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.core Bundle-SymbolicName: org.eclipse.egit.core;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Activator: org.eclipse.egit.core.Activator Bundle-Vendor: %provider_name Bundle-Localization: plugin @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)", org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)", org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)" -Export-Package: org.eclipse.egit.core;version="4.10.0"; +Export-Package: org.eclipse.egit.core;version="4.10.1"; x-friends:="org.eclipse.egit.ui, org.eclipse.egit.ui.test, org.eclipse.egit.mylyn.ui, @@ -22,15 +22,15 @@ Export-Package: org.eclipse.egit.core;version="4.10.0"; org.eclipse.egit.gitflow.ui, org.eclipse.mylyn.github.ui, org.eclipse.mylyn.github.core", - org.eclipse.egit.core.internal;version="4.10.0";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.import,org.eclipse.egit.gitflow.ui", - org.eclipse.egit.core.internal.gerrit;version="4.10.0";x-friends:="org.eclipse.egit.ui", - org.eclipse.egit.core.internal.indexdiff;version="4.10.0";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.ui.test", - org.eclipse.egit.core.internal.job;version="4.10.0";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.gitflow.ui,org.eclipse.egit.gitflow", - org.eclipse.egit.core.internal.rebase;version="4.10.0";x-friends:="org.eclipse.egit.ui", - org.eclipse.egit.core.internal.storage;version="4.10.0";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.core.test", - org.eclipse.egit.core.internal.trace;version="4.10.0";x-internal:=true, - org.eclipse.egit.core.internal.util;version="4.10.0";x-friends:="org.eclipse.egit.ui", - org.eclipse.egit.core.op;version="4.10.0"; + org.eclipse.egit.core.internal;version="4.10.1";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.import,org.eclipse.egit.gitflow.ui", + org.eclipse.egit.core.internal.gerrit;version="4.10.1";x-friends:="org.eclipse.egit.ui", + org.eclipse.egit.core.internal.indexdiff;version="4.10.1";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.ui.test", + org.eclipse.egit.core.internal.job;version="4.10.1";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.gitflow.ui,org.eclipse.egit.gitflow", + org.eclipse.egit.core.internal.rebase;version="4.10.1";x-friends:="org.eclipse.egit.ui", + org.eclipse.egit.core.internal.storage;version="4.10.1";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.core.test", + org.eclipse.egit.core.internal.trace;version="4.10.1";x-internal:=true, + org.eclipse.egit.core.internal.util;version="4.10.1";x-friends:="org.eclipse.egit.ui", + org.eclipse.egit.core.op;version="4.10.1"; x-friends:="org.eclipse.egit.ui.test, org.eclipse.egit.ui, org.eclipse.egit.gitflow, @@ -38,35 +38,35 @@ Export-Package: org.eclipse.egit.core;version="4.10.0"; org.eclipse.egit.gitflow.ui, org.eclipse.egit.github.core, org.eclipse.mylyn.github.ui", - org.eclipse.egit.core.project;version="4.10.0";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.ui.test,org.eclipse.egit.gitflow.ui", - org.eclipse.egit.core.securestorage;version="4.10.0";x-friends:="org.eclipse.egit.ui", - org.eclipse.egit.core.storage;version="4.10.0";uses:="org.eclipse.core.runtime,org.eclipse.jgit.lib,org.eclipse.core.resources", - org.eclipse.egit.core.synchronize;version="4.10.0";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.ui.test", - org.eclipse.egit.core.synchronize.dto;version="4.10.0";x-friends:="org.eclipse.egit.ui" + org.eclipse.egit.core.project;version="4.10.1";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.ui.test,org.eclipse.egit.gitflow.ui", + org.eclipse.egit.core.securestorage;version="4.10.1";x-friends:="org.eclipse.egit.ui", + org.eclipse.egit.core.storage;version="4.10.1";uses:="org.eclipse.core.runtime,org.eclipse.jgit.lib,org.eclipse.core.resources", + org.eclipse.egit.core.synchronize;version="4.10.1";x-friends:="org.eclipse.egit.ui,org.eclipse.egit.ui.test", + org.eclipse.egit.core.synchronize.dto;version="4.10.1";x-friends:="org.eclipse.egit.ui" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)", org.eclipse.core.net.proxy;bundle-version="[1.1.0,2.0.0)", - org.eclipse.jgit.annotations;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.diff;version="[4.10.0,4.11.0)", - org.eclipse.jgit.dircache;version="[4.10.0,4.11.0)", - org.eclipse.jgit.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.events;version="[4.10.0,4.11.0)", - org.eclipse.jgit.internal.storage.file;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.merge;version="[4.10.0,4.11.0)", - org.eclipse.jgit.patch;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk.filter;version="[4.10.0,4.11.0)", - org.eclipse.jgit.storage.file;version="[4.10.0,4.11.0)", - org.eclipse.jgit.submodule;version="[4.10.0,4.11.0)", - org.eclipse.jgit.transport;version="[4.10.0,4.11.0)", - org.eclipse.jgit.treewalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.treewalk.filter;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util.io;version="[4.10.0,4.11.0)", + org.eclipse.jgit.annotations;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.diff;version="[4.10.1,4.11.0)", + org.eclipse.jgit.dircache;version="[4.10.1,4.11.0)", + org.eclipse.jgit.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.events;version="[4.10.1,4.11.0)", + org.eclipse.jgit.internal.storage.file;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.merge;version="[4.10.1,4.11.0)", + org.eclipse.jgit.patch;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk.filter;version="[4.10.1,4.11.0)", + org.eclipse.jgit.storage.file;version="[4.10.1,4.11.0)", + org.eclipse.jgit.submodule;version="[4.10.1,4.11.0)", + org.eclipse.jgit.transport;version="[4.10.1,4.11.0)", + org.eclipse.jgit.treewalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.treewalk.filter;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util.io;version="[4.10.1,4.11.0)", org.eclipse.jsch.core;bundle-version="[1.1.100,2.0.0)", org.slf4j;version="[1.7.0,2.0.0)" Eclipse-ExtensibleAPI: true diff --git a/org.eclipse.egit.core/pom.xml b/org.eclipse.egit.core/pom.xml index 554a45a3f4..606134be88 100644 --- a/org.eclipse.egit.core/pom.xml +++ b/org.eclipse.egit.core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.core diff --git a/org.eclipse.egit.doc/META-INF/MANIFEST.MF b/org.eclipse.egit.doc/META-INF/MANIFEST.MF index 2dcb8b55ab..a217af7068 100644 --- a/org.eclipse.egit.doc/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.doc/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.egit.doc;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-ActivationPolicy: lazy Bundle-Localization: plugin diff --git a/org.eclipse.egit.doc/pom.xml b/org.eclipse.egit.doc/pom.xml index c73b566c9f..6f9048d276 100644 --- a/org.eclipse.egit.doc/pom.xml +++ b/org.eclipse.egit.doc/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.doc diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml index 372b3df257..11ea6dc25a 100644 --- a/org.eclipse.egit.gitflow-feature/feature.xml +++ b/org.eclipse.egit.gitflow-feature/feature.xml @@ -2,7 +2,7 @@ - - - + + + org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.feature diff --git a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF index a594a7d332..d264112df4 100644 --- a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF @@ -3,10 +3,10 @@ Bundle-ManifestVersion: 2 Bundle-Name: GitFlow Test Automatic-Module-Name: org.eclipse.egit.gitflow.test Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Fragment-Host: org.eclipse.egit.gitflow Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: org.eclipse.egit.core;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.test;version="[4.10.0,4.11.0)", - org.eclipse.jgit.junit;version="[4.10.0,4.11.0)", +Import-Package: org.eclipse.egit.core;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.test;version="[4.10.1,4.11.0)", + org.eclipse.jgit.junit;version="[4.10.1,4.11.0)", org.junit;version="[4.3.0,5.0.0)" diff --git a/org.eclipse.egit.gitflow.test/pom.xml b/org.eclipse.egit.gitflow.test/pom.xml index 85220904a7..a3efdf1d28 100644 --- a/org.eclipse.egit.gitflow.test/pom.xml +++ b/org.eclipse.egit.gitflow.test/pom.xml @@ -15,7 +15,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.gitflow.test diff --git a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF index d2b79f42c5..703f11797c 100644 --- a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF @@ -3,36 +3,36 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.gitflow.ui Bundle-SymbolicName: org.eclipse.egit.gitflow.ui;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Activator: org.eclipse.egit.gitflow.ui.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-Vendor: %provider_name Bundle-Localization: plugin -Import-Package: org.eclipse.egit.core;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.job;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.op;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.project;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow.op;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.actions;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.branch;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.commit;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.history;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.operations;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.rebase;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.repository.tree;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.selection;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.merge;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revplot;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util;version="[4.10.0,4.11.0)" +Import-Package: org.eclipse.egit.core;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.job;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.op;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.project;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow.op;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.actions;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.branch;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.commit;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.history;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.operations;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.rebase;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.repository.tree;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.selection;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.merge;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revplot;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util;version="[4.10.1,4.11.0)" Require-Bundle: org.eclipse.core.jobs;bundle-version="[3.4.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", @@ -45,13 +45,13 @@ Require-Bundle: org.eclipse.core.jobs;bundle-version="[3.4.0,4.0.0)", org.eclipse.core.databinding.beans;bundle-version="[1.2.0,2.0.0)", org.eclipse.core.databinding;bundle-version="[1.4.0,2.0.0)", org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)", - org.eclipse.jgit;bundle-version="[4.10.0,4.11.0)";resolution:=optional -Export-Package: org.eclipse.egit.gitflow.ui;version="4.10.0";x-friends:="org.eclipse.egit.ui.test", - org.eclipse.egit.gitflow.ui.internal;version="4.10.0";x-friends:="org.eclipse.egit.ui.test", - org.eclipse.egit.gitflow.ui.internal.actions;version="4.10.0";x-friends:="org.eclipse.egit.ui.test", - org.eclipse.egit.gitflow.ui.internal.decorators;version="4.10.0";x-internal:=true, - org.eclipse.egit.gitflow.ui.internal.dialogs;version="4.10.0";x-internal:=true, - org.eclipse.egit.gitflow.ui.internal.factories;version="4.10.0";x-internal:=true, - org.eclipse.egit.gitflow.ui.internal.menu;version="4.10.0";x-internal:=true, - org.eclipse.egit.gitflow.ui.internal.properties;version="4.10.0";x-internal:=true, - org.eclipse.egit.gitflow.ui.internal.validation;version="4.10.0";x-internal:=true + org.eclipse.jgit;bundle-version="[4.10.1,4.11.0)";resolution:=optional +Export-Package: org.eclipse.egit.gitflow.ui;version="4.10.1";x-friends:="org.eclipse.egit.ui.test", + org.eclipse.egit.gitflow.ui.internal;version="4.10.1";x-friends:="org.eclipse.egit.ui.test", + org.eclipse.egit.gitflow.ui.internal.actions;version="4.10.1";x-friends:="org.eclipse.egit.ui.test", + org.eclipse.egit.gitflow.ui.internal.decorators;version="4.10.1";x-internal:=true, + org.eclipse.egit.gitflow.ui.internal.dialogs;version="4.10.1";x-internal:=true, + org.eclipse.egit.gitflow.ui.internal.factories;version="4.10.1";x-internal:=true, + org.eclipse.egit.gitflow.ui.internal.menu;version="4.10.1";x-internal:=true, + org.eclipse.egit.gitflow.ui.internal.properties;version="4.10.1";x-internal:=true, + org.eclipse.egit.gitflow.ui.internal.validation;version="4.10.1";x-internal:=true diff --git a/org.eclipse.egit.gitflow.ui/pom.xml b/org.eclipse.egit.gitflow.ui/pom.xml index 486b8fdd8f..1ad30dff2d 100644 --- a/org.eclipse.egit.gitflow.ui/pom.xml +++ b/org.eclipse.egit.gitflow.ui/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.gitflow.ui diff --git a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF index 102beb29ba..76c2dbbcef 100644 --- a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.gitflow Bundle-SymbolicName: org.eclipse.egit.gitflow;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Vendor: %provider_name Bundle-Activator: org.eclipse.egit.gitflow.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 @@ -11,15 +11,15 @@ Bundle-ActivationPolicy: lazy Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, - org.eclipse.jgit;bundle-version="[4.10.0,4.11.0)";resolution:=optional -Export-Package: org.eclipse.egit.gitflow;version="4.10.0"; + org.eclipse.jgit;bundle-version="[4.10.1,4.11.0)";resolution:=optional +Export-Package: org.eclipse.egit.gitflow;version="4.10.1"; uses:="org.osgi.framework, org.eclipse.jgit.transport, org.eclipse.core.runtime, org.eclipse.jgit.lib, org.eclipse.jgit.revwalk", org.eclipse.egit.gitflow.internal;x-internal:=true, - org.eclipse.egit.gitflow.op;version="4.10.0"; + org.eclipse.egit.gitflow.op;version="4.10.1"; uses:="org.eclipse.jgit.transport, org.eclipse.core.runtime.jobs, org.eclipse.core.runtime, @@ -28,13 +28,13 @@ Export-Package: org.eclipse.egit.gitflow;version="4.10.0"; org.eclipse.jgit.revwalk, org.eclipse.jgit.lib, org.eclipse.egit.core.op" -Import-Package: org.eclipse.egit.core;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.job;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.op;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk.filter;version="[4.10.0,4.11.0)", - org.eclipse.jgit.transport;version="[4.10.0,4.11.0)" +Import-Package: org.eclipse.egit.core;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.job;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.op;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk.filter;version="[4.10.1,4.11.0)", + org.eclipse.jgit.transport;version="[4.10.1,4.11.0)" diff --git a/org.eclipse.egit.gitflow/pom.xml b/org.eclipse.egit.gitflow/pom.xml index 7d54a78c14..6d730d3126 100644 --- a/org.eclipse.egit.gitflow/pom.xml +++ b/org.eclipse.egit.gitflow/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.gitflow diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml index dc7d9dee86..ec0b984199 100644 --- a/org.eclipse.egit.mylyn-feature/feature.xml +++ b/org.eclipse.egit.mylyn-feature/feature.xml @@ -2,7 +2,7 @@ - + diff --git a/org.eclipse.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml index c84577fa97..666482f54a 100644 --- a/org.eclipse.egit.mylyn-feature/pom.xml +++ b/org.eclipse.egit.mylyn-feature/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.feature diff --git a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF index 884a225e5f..6b02174571 100644 --- a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Git Team Provider Mylyn UI Test Fragment Automatic-Module-Name: org.eclipse.egit.mylyn.ui.test Bundle-SymbolicName: org.eclipse.egit.mylyn.ui.test -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Fragment-Host: org.eclipse.egit.mylyn.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)", diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml index c96e119cdb..082f7410b5 100644 --- a/org.eclipse.egit.mylyn.ui.test/pom.xml +++ b/org.eclipse.egit.mylyn.ui.test/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.mylyn.ui.test diff --git a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF index a9b21bb1be..3a8063f9ea 100644 --- a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.egit.mylyn.ui Bundle-SymbolicName: org.eclipse.egit.mylyn.ui;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Activator: org.eclipse.egit.internal.mylyn.ui.EGitMylynUI Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.team.core, @@ -22,19 +22,19 @@ Require-Bundle: org.eclipse.team.core, org.eclipse.ui.workbench.texteditor, org.eclipse.jface.text, org.eclipse.ui.forms, - org.eclipse.egit.ui;bundle-version="[4.10.0,4.11.0)" + org.eclipse.egit.ui;bundle-version="[4.10.1,4.11.0)" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-Localization: plugin -Export-Package: org.eclipse.egit.internal.mylyn.ui;version="4.10.0";x-friends:="org.eclipse.egit.ui.test", - org.eclipse.egit.internal.mylyn.ui.commit;version="4.10.0";x-internal:=true -Import-Package: org.eclipse.egit.core;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.synchronize;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.commit;version="[4.10.0,4.11.0)", - org.eclipse.egit.ui.internal.synchronize.model;version="[4.10.0,4.11.0)", - org.eclipse.jgit.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.transport;version="[4.10.0,4.11.0)", +Export-Package: org.eclipse.egit.internal.mylyn.ui;version="4.10.1";x-friends:="org.eclipse.egit.ui.test", + org.eclipse.egit.internal.mylyn.ui.commit;version="4.10.1";x-internal:=true +Import-Package: org.eclipse.egit.core;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.synchronize;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.commit;version="[4.10.1,4.11.0)", + org.eclipse.egit.ui.internal.synchronize.model;version="[4.10.1,4.11.0)", + org.eclipse.jgit.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.transport;version="[4.10.1,4.11.0)", org.eclipse.ui.plugin diff --git a/org.eclipse.egit.mylyn.ui/pom.xml b/org.eclipse.egit.mylyn.ui/pom.xml index 820d8fb181..b86b7d8dad 100644 --- a/org.eclipse.egit.mylyn.ui/pom.xml +++ b/org.eclipse.egit.mylyn.ui/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.mylyn.ui diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml index 1c71ba10bd..6d062fa8ad 100644 --- a/org.eclipse.egit.repository/pom.xml +++ b/org.eclipse.egit.repository/pom.xml @@ -18,7 +18,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.repository diff --git a/org.eclipse.egit.source-feature/feature.xml b/org.eclipse.egit.source-feature/feature.xml index 565a892645..555991259e 100644 --- a/org.eclipse.egit.source-feature/feature.xml +++ b/org.eclipse.egit.source-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.feature diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF index 1633c74149..e2d641f53e 100644 --- a/org.eclipse.egit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF @@ -2,5 +2,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.egit.target -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml index b28961fc17..6bc640a5f6 100644 --- a/org.eclipse.egit.target/pom.xml +++ b/org.eclipse.egit.target/pom.xml @@ -18,7 +18,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT diff --git a/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF index 6fc9240281..4730125cf6 100644 --- a/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.ui.importer.tests Bundle-SymbolicName: org.eclipse.egit.ui.importer.tests -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin diff --git a/org.eclipse.egit.ui.importer.tests/pom.xml b/org.eclipse.egit.ui.importer.tests/pom.xml index 626411d485..b1d5129650 100644 --- a/org.eclipse.egit.ui.importer.tests/pom.xml +++ b/org.eclipse.egit.ui.importer.tests/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.egit - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT egit-parent org.eclipse.egit.ui.importer.tests diff --git a/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF index 0b330c47a7..9423e9ec6f 100644 --- a/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF @@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2 Bundle-Name: %fragment_name Automatic-Module-Name: org.eclipse.egit.ui.smartimport Bundle-SymbolicName: org.eclipse.egit.ui.smartimport;singleton:=true -Fragment-Host: org.eclipse.egit.ui;bundle-version="[4.10.0,4.11.0)" -Bundle-Version: 4.10.0.201712302008-r +Fragment-Host: org.eclipse.egit.ui;bundle-version="[4.10.1,4.11.0)" +Bundle-Version: 4.10.1.qualifier Bundle-Vendor: %provider_name Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, @@ -12,5 +12,5 @@ Require-Bundle: org.eclipse.ui, Bundle-Localization: fragment Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy -Export-Package: org.eclipse.egit.ui.internal.clone;version="4.10.0";x-internal:=true; +Export-Package: org.eclipse.egit.ui.internal.clone;version="4.10.1";x-internal:=true; uses:="org.eclipse.ui,org.eclipse.jface.wizard,org.eclipse.jface.viewers" diff --git a/org.eclipse.egit.ui.smartimport/pom.xml b/org.eclipse.egit.ui.smartimport/pom.xml index ed0d40feb4..5b3eaafa9b 100644 --- a/org.eclipse.egit.ui.smartimport/pom.xml +++ b/org.eclipse.egit.ui.smartimport/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.egit - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT egit-parent org.eclipse.egit.ui.smartimport diff --git a/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF index 91f07664f9..495631352e 100644 --- a/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Vendor: Eclipse.org Automatic-Module-Name: org.eclipse.egit.ui.test Bundle-SymbolicName: org.eclipse.egit.ui.test;singleton:=true Fragment-Host: org.eclipse.egit.ui -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)", @@ -19,22 +19,22 @@ Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)", org.objenesis;bundle-version="[1.0.0,2.0.0)", org.eclipse.jdt.launching;bundle-version="[3.8.0,4.0.0)" Import-Package: org.eclipse.core.net.proxy;bundle-version="[1.1.0,2.0.0)", - org.eclipse.egit.core.test;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow.op;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow.ui;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow.ui.internal;version="[4.10.0,4.11.0)", - org.eclipse.egit.gitflow.ui.internal.actions;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.junit;version="[4.10.0,4.11.0)", - org.eclipse.jgit.junit.http;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.storage.file;version="[4.10.0,4.11.0)", - org.eclipse.jgit.transport;version="[4.10.0,4.11.0)", - org.eclipse.jgit.transport.resolver;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util;version="[4.10.0,4.11.0)", + org.eclipse.egit.core.test;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow.op;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow.ui;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow.ui.internal;version="[4.10.1,4.11.0)", + org.eclipse.egit.gitflow.ui.internal.actions;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.junit;version="[4.10.1,4.11.0)", + org.eclipse.jgit.junit.http;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.storage.file;version="[4.10.1,4.11.0)", + org.eclipse.jgit.transport;version="[4.10.1,4.11.0)", + org.eclipse.jgit.transport.resolver;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util;version="[4.10.1,4.11.0)", org.eclipse.swt.widgets, org.eclipse.swtbot.eclipse.finder, org.eclipse.swtbot.eclipse.finder.exceptions, diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml index cdb22386ca..550b45b1bf 100644 --- a/org.eclipse.egit.ui.test/pom.xml +++ b/org.eclipse.egit.ui.test/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.ui.test diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF index ff5e495a2d..bd116e0b12 100644 --- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.egit.ui Bundle-SymbolicName: org.eclipse.egit.ui;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Activator: org.eclipse.egit.ui.Activator Bundle-Vendor: %provider_name Bundle-Localization: plugin @@ -33,93 +33,93 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)", org.eclipse.ui.views;bundle-version="[3.4.0,4.0.0)" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: org.eclipse.egit.core;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.gerrit;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.indexdiff;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.job;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.rebase;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.storage;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.internal.util;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.op;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.project;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.securestorage;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.synchronize;version="[4.10.0,4.11.0)", - org.eclipse.egit.core.synchronize.dto;version="[4.10.0,4.11.0)", - org.eclipse.jgit.annotations;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api;version="[4.10.0,4.11.0)", - org.eclipse.jgit.api.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.blame;version="[4.10.0,4.11.0)", - org.eclipse.jgit.diff;version="[4.10.0,4.11.0)", - org.eclipse.jgit.dircache;version="[4.10.0,4.11.0)", - org.eclipse.jgit.errors;version="[4.10.0,4.11.0)", - org.eclipse.jgit.events;version="[4.10.0,4.11.0)", - org.eclipse.jgit.fnmatch;version="[4.10.0,4.11.0)", - org.eclipse.jgit.internal.storage.file;version="[4.10.0,4.11.0)", - org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", - org.eclipse.jgit.merge;version="[4.10.0,4.11.0)", - org.eclipse.jgit.notes;version="[4.10.0,4.11.0)", - org.eclipse.jgit.patch;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revplot;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.revwalk.filter;version="[4.10.0,4.11.0)", - org.eclipse.jgit.storage.file;version="[4.10.0,4.11.0)", - org.eclipse.jgit.submodule;version="[4.10.0,4.11.0)", - org.eclipse.jgit.transport;version="[4.10.0,4.11.0)", - org.eclipse.jgit.treewalk;version="[4.10.0,4.11.0)", - org.eclipse.jgit.treewalk.filter;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util;version="[4.10.0,4.11.0)", - org.eclipse.jgit.util.io;version="[4.10.0,4.11.0)", +Import-Package: org.eclipse.egit.core;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.gerrit;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.indexdiff;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.job;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.rebase;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.storage;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.internal.util;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.op;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.project;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.securestorage;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.synchronize;version="[4.10.1,4.11.0)", + org.eclipse.egit.core.synchronize.dto;version="[4.10.1,4.11.0)", + org.eclipse.jgit.annotations;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api;version="[4.10.1,4.11.0)", + org.eclipse.jgit.api.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.blame;version="[4.10.1,4.11.0)", + org.eclipse.jgit.diff;version="[4.10.1,4.11.0)", + org.eclipse.jgit.dircache;version="[4.10.1,4.11.0)", + org.eclipse.jgit.errors;version="[4.10.1,4.11.0)", + org.eclipse.jgit.events;version="[4.10.1,4.11.0)", + org.eclipse.jgit.fnmatch;version="[4.10.1,4.11.0)", + org.eclipse.jgit.internal.storage.file;version="[4.10.1,4.11.0)", + org.eclipse.jgit.lib;version="[4.10.1,4.11.0)", + org.eclipse.jgit.merge;version="[4.10.1,4.11.0)", + org.eclipse.jgit.notes;version="[4.10.1,4.11.0)", + org.eclipse.jgit.patch;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revplot;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.revwalk.filter;version="[4.10.1,4.11.0)", + org.eclipse.jgit.storage.file;version="[4.10.1,4.11.0)", + org.eclipse.jgit.submodule;version="[4.10.1,4.11.0)", + org.eclipse.jgit.transport;version="[4.10.1,4.11.0)", + org.eclipse.jgit.treewalk;version="[4.10.1,4.11.0)", + org.eclipse.jgit.treewalk.filter;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util;version="[4.10.1,4.11.0)", + org.eclipse.jgit.util.io;version="[4.10.1,4.11.0)", org.slf4j;version="[1.7.0,2.0.0)" -Export-Package: org.eclipse.egit.ui;version="4.10.0";x-friends:="org.eclipse.egit.mylyn.ui,org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", - org.eclipse.egit.ui.internal;version="4.10.0";x-friends:="org.eclipse.egit.import,org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", - org.eclipse.egit.ui.internal.actions;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui", - org.eclipse.egit.ui.internal.blame;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.branch;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", - org.eclipse.egit.ui.internal.clean;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.clone;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.commands;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.commands.shared;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.commit;version="4.10.0";x-friends:="org.eclipse.egit.mylyn.ui,org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", - org.eclipse.egit.ui.internal.commit.command;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.components;version="4.10.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.egit.ui.internal.credentials;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.decorators;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.dialogs;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui", - org.eclipse.egit.ui.internal.expressions;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.factories;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.fetch;version="4.10.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.egit.ui.internal.gerrit;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.handler;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.history;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.history.command;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.importing;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.jobs;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.merge;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.operations;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui", - org.eclipse.egit.ui.internal.patch;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.preferences;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.provisional.wizards;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.pull;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.push;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.rebase;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui", - org.eclipse.egit.ui.internal.reflog;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.reflog.command;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.repository;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.repository.tree;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui", - org.eclipse.egit.ui.internal.repository.tree.command;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.resources;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.revision;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.search;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.selection;version="4.10.0";x-friends:="org.eclipse.egit.gitflow.ui", - org.eclipse.egit.ui.internal.sharing;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.staging;version="4.10.0";x-friends:="org.eclipse.egit.mylyn.ui", - org.eclipse.egit.ui.internal.stash;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.submodule;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.synchronize;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.synchronize.action;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.synchronize.compare;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.synchronize.mapping;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.synchronize.model;version="4.10.0";x-friends:="org.eclipse.egit.mylyn.ui", - org.eclipse.egit.ui.internal.trace;version="4.10.0";x-internal:=true, - org.eclipse.egit.ui.internal.variables;version="4.10.0";x-internal:=true +Export-Package: org.eclipse.egit.ui;version="4.10.1";x-friends:="org.eclipse.egit.mylyn.ui,org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", + org.eclipse.egit.ui.internal;version="4.10.1";x-friends:="org.eclipse.egit.import,org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", + org.eclipse.egit.ui.internal.actions;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui", + org.eclipse.egit.ui.internal.blame;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.branch;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", + org.eclipse.egit.ui.internal.clean;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.clone;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.commands;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.commands.shared;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.commit;version="4.10.1";x-friends:="org.eclipse.egit.mylyn.ui,org.eclipse.egit.gitflow.ui,org.eclipse.mylyn.github.ui", + org.eclipse.egit.ui.internal.commit.command;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.components;version="4.10.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.egit.ui.internal.credentials;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.decorators;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.dialogs;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui", + org.eclipse.egit.ui.internal.expressions;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.factories;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.fetch;version="4.10.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.egit.ui.internal.gerrit;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.handler;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.history;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.history.command;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.importing;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.jobs;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.merge;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.operations;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui", + org.eclipse.egit.ui.internal.patch;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.preferences;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.provisional.wizards;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.pull;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.push;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.rebase;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui", + org.eclipse.egit.ui.internal.reflog;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.reflog.command;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.repository;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.repository.tree;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui", + org.eclipse.egit.ui.internal.repository.tree.command;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.resources;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.revision;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.search;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.selection;version="4.10.1";x-friends:="org.eclipse.egit.gitflow.ui", + org.eclipse.egit.ui.internal.sharing;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.staging;version="4.10.1";x-friends:="org.eclipse.egit.mylyn.ui", + org.eclipse.egit.ui.internal.stash;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.submodule;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.synchronize;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.synchronize.action;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.synchronize.compare;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.synchronize.mapping;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.synchronize.model;version="4.10.1";x-friends:="org.eclipse.egit.mylyn.ui", + org.eclipse.egit.ui.internal.trace;version="4.10.1";x-internal:=true, + org.eclipse.egit.ui.internal.variables;version="4.10.1";x-internal:=true diff --git a/org.eclipse.egit.ui/pom.xml b/org.eclipse.egit.ui/pom.xml index 6de7f5883b..fef4a45d18 100644 --- a/org.eclipse.egit.ui/pom.xml +++ b/org.eclipse.egit.ui/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit.ui diff --git a/org.eclipse.egit/META-INF/MANIFEST.MF b/org.eclipse.egit/META-INF/MANIFEST.MF index 54577a34a9..76ab5b0029 100644 --- a/org.eclipse.egit/META-INF/MANIFEST.MF +++ b/org.eclipse.egit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.egit;singleton:=true -Bundle-Version: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.egit/pom.xml b/org.eclipse.egit/pom.xml index 3b180b1497..b7c1fba1a8 100644 --- a/org.eclipse.egit/pom.xml +++ b/org.eclipse.egit/pom.xml @@ -16,7 +16,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT org.eclipse.egit diff --git a/pom.xml b/pom.xml index cf9a16bee9..4d83528d71 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.egit egit-parent - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT pom EGit Parent @@ -58,7 +58,7 @@ - 4.10.0.201712302008-r + 4.10.1-SNAPSHOT 1.0.0 ${tycho-version} 1.0.0 -- cgit v1.2.3 From a6848099f599d91a610b5b6f45ead572a5f9634d Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 23 Aug 2018 11:40:11 +0200 Subject: Update Photon orbit repository to R20180606145124 The S-repository doesn't exist anymore and we should have updated to the final Photon orbit repository already. Change-Id: Ic60337717635c293c6dd890b8e8f6d21c0824dc4 Signed-off-by: Matthias Sohn --- org.eclipse.egit.target/egit-4.8.target | 12 ++--- org.eclipse.egit.target/egit-4.8.tpd | 2 +- .../orbit/R20180606145124-Photon.tpd | 52 ++++++++++++++++++++++ .../orbit/S20170912163609-Photon.tpd | 52 ---------------------- 4 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 org.eclipse.egit.target/orbit/R20180606145124-Photon.tpd delete mode 100644 org.eclipse.egit.target/orbit/S20170912163609-Photon.tpd diff --git a/org.eclipse.egit.target/egit-4.8.target b/org.eclipse.egit.target/egit-4.8.target index 1c5fe7dc52..1f06ad8282 100644 --- a/org.eclipse.egit.target/egit-4.8.target +++ b/org.eclipse.egit.target/egit-4.8.target @@ -1,7 +1,7 @@ - + @@ -54,14 +54,14 @@ - - + + - - + + @@ -76,7 +76,7 @@ - + diff --git a/org.eclipse.egit.target/egit-4.8.tpd b/org.eclipse.egit.target/egit-4.8.tpd index 0db1d81950..74043ba8db 100644 --- a/org.eclipse.egit.target/egit-4.8.tpd +++ b/org.eclipse.egit.target/egit-4.8.tpd @@ -2,5 +2,5 @@ target "egit-4.8" with source configurePhase include "projects/jetty-9.4.5.tpd" include "projects/swtbot-snapshot.tpd" -include "orbit/S20170912163609-Photon.tpd" +include "orbit/R20180606145124-Photon.tpd" include "releasetrain/4.8-photon.tpd" diff --git a/org.eclipse.egit.target/orbit/R20180606145124-Photon.tpd b/org.eclipse.egit.target/orbit/R20180606145124-Photon.tpd new file mode 100644 index 0000000000..06036aed3b --- /dev/null +++ b/org.eclipse.egit.target/orbit/R20180606145124-Photon.tpd @@ -0,0 +1,52 @@ +target "R20180606145124-Photon" with source configurePhase +// see http://download.eclipse.org/tools/orbit/downloads/ + +location "http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/" { + com.google.gson [2.2.4.v201311231704,2.2.4.v201311231704] + com.google.gson.source [2.2.4.v201311231704,2.2.4.v201311231704] + com.jcraft.jsch [0.1.54.v20170116-1932,0.1.54.v20170116-1932] + com.jcraft.jsch.source [0.1.54.v20170116-1932,0.1.54.v20170116-1932] + javaewah [1.1.6.v20160919-1400,1.1.6.v20160919-1400] + javaewah.source [1.1.6.v20160919-1400,1.1.6.v20160919-1400] + javax.servlet [3.1.0.v201410161800,3.1.0.v201410161800] + javax.servlet.source [3.1.0.v201410161800,3.1.0.v201410161800] + org.apache.ant [1.9.6.v201510161327,1.9.6.v201510161327] + org.apache.ant.source [1.9.6.v201510161327,1.9.6.v201510161327] + org.apache.commons.codec [1.9.0.v20170208-1614,1.9.0.v20170208-1614] + org.apache.commons.codec.source [1.9.0.v20170208-1614,1.9.0.v20170208-1614] + org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400] + org.apache.commons.compress.source [1.6.0.v201310281400,1.6.0.v201310281400] + org.apache.commons.logging [1.1.1.v201101211721,1.1.1.v201101211721] + org.apache.commons.logging.source [1.1.1.v201101211721,1.1.1.v201101211721] + org.apache.httpcomponents.httpcore [4.3.3.v201411290715,4.3.3.v201411290715] + org.apache.httpcomponents.httpcore.source [4.3.3.v201411290715,4.3.3.v201411290715] + org.apache.httpcomponents.httpclient [4.3.6.v201511171540,4.3.6.v201511171540] + org.apache.httpcomponents.httpclient.source [4.3.6.v201511171540,4.3.6.v201511171540] + org.apache.log4j [1.2.15.v201012070815,1.2.15.v201012070815] + org.apache.log4j.source [1.2.15.v201012070815,1.2.15.v201012070815] + org.kohsuke.args4j [2.33.0.v20160323-2218,2.33.0.v20160323-2218] + org.kohsuke.args4j.source [2.33.0.v20160323-2218,2.33.0.v20160323-2218] + org.hamcrest [1.1.0.v20090501071000,1.1.0.v20090501071000] + org.hamcrest.core [1.3.0.v20180420-1519,1.3.0.v20180420-1519] + org.hamcrest.core.source [1.3.0.v20180420-1519,1.3.0.v20180420-1519] + org.hamcrest.generator [1.3.0.v201305210900,1.3.0.v201305210900] + org.hamcrest.generator.source [1.3.0.v201305210900,1.3.0.v201305210900] + org.hamcrest.integration [1.3.0.v201305210900,1.3.0.v201305210900] + org.hamcrest.integration.source [1.3.0.v201305210900,1.3.0.v201305210900] + org.hamcrest.library [1.3.0.v20180524-2246,1.3.0.v20180524-2246] + org.hamcrest.library.source [1.3.0.v20180524-2246,1.3.0.v20180524-2246] + org.hamcrest.text [1.1.0.v20090501071000,1.1.0.v20090501071000] + org.hamcrest.text.source [1.1.0.v20090501071000,1.1.0.v20090501071000] + org.junit [4.12.0.v201504281640,4.12.0.v201504281640] + org.junit.source [4.12.0.v201504281640,4.12.0.v201504281640] + org.mockito [1.8.4.v201303031500,1.8.4.v201303031500] + org.mockito.source [1.8.4.v201303031500,1.8.4.v201303031500] + org.objenesis [1.0.0.v201505121915,1.0.0.v201505121915] + org.objenesis.source [1.0.0.v201505121915,1.0.0.v201505121915] + org.slf4j.api [1.7.2.v20121108-1250,1.7.2.v20121108-1250] + org.slf4j.api.source [1.7.2.v20121108-1250,1.7.2.v20121108-1250] + org.slf4j.impl.log4j12 [1.7.2.v20131105-2200,1.7.2.v20131105-2200] + org.slf4j.impl.log4j12.source [1.7.2.v20131105-2200,1.7.2.v20131105-2200] + org.tukaani.xz [1.3.0.v201308270617,1.3.0.v201308270617] + org.tukaani.xz.source [1.3.0.v201308270617,1.3.0.v201308270617] +} \ No newline at end of file diff --git a/org.eclipse.egit.target/orbit/S20170912163609-Photon.tpd b/org.eclipse.egit.target/orbit/S20170912163609-Photon.tpd deleted file mode 100644 index 8834f10191..0000000000 --- a/org.eclipse.egit.target/orbit/S20170912163609-Photon.tpd +++ /dev/null @@ -1,52 +0,0 @@ -target "S20170912163609-Photon" with source configurePhase -// see http://download.eclipse.org/tools/orbit/downloads/ - -location "http://download.eclipse.org/tools/orbit/downloads/drops/S20170912163609/repository/" { - com.google.gson [2.2.4.v201311231704,2.2.4.v201311231704] - com.google.gson.source [2.2.4.v201311231704,2.2.4.v201311231704] - com.jcraft.jsch [0.1.54.v20170116-1932,0.1.54.v20170116-1932] - com.jcraft.jsch.source [0.1.54.v20170116-1932,0.1.54.v20170116-1932] - javaewah [1.1.6.v20160919-1400,1.1.6.v20160919-1400] - javaewah.source [1.1.6.v20160919-1400,1.1.6.v20160919-1400] - javax.servlet [3.1.0.v201410161800,3.1.0.v201410161800] - javax.servlet.source [3.1.0.v201410161800,3.1.0.v201410161800] - org.apache.ant [1.9.6.v201510161327,1.9.6.v201510161327] - org.apache.ant.source [1.9.6.v201510161327,1.9.6.v201510161327] - org.apache.commons.codec [1.9.0.v20170208-1614,1.9.0.v20170208-1614] - org.apache.commons.codec.source [1.9.0.v20170208-1614,1.9.0.v20170208-1614] - org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400] - org.apache.commons.compress.source [1.6.0.v201310281400,1.6.0.v201310281400] - org.apache.commons.logging [1.1.1.v201101211721,1.1.1.v201101211721] - org.apache.commons.logging.source [1.1.1.v201101211721,1.1.1.v201101211721] - org.apache.httpcomponents.httpcore [4.3.3.v201411290715,4.3.3.v201411290715] - org.apache.httpcomponents.httpcore.source [4.3.3.v201411290715,4.3.3.v201411290715] - org.apache.httpcomponents.httpclient [4.3.6.v201511171540,4.3.6.v201511171540] - org.apache.httpcomponents.httpclient.source [4.3.6.v201511171540,4.3.6.v201511171540] - org.apache.log4j [1.2.15.v201012070815,1.2.15.v201012070815] - org.apache.log4j.source [1.2.15.v201012070815,1.2.15.v201012070815] - org.kohsuke.args4j [2.33.0.v20160323-2218,2.33.0.v20160323-2218] - org.kohsuke.args4j.source [2.33.0.v20160323-2218,2.33.0.v20160323-2218] - org.hamcrest [1.1.0.v20090501071000,1.1.0.v20090501071000] - org.hamcrest.core [1.3.0.v201303031735,1.3.0.v201303031735] - org.hamcrest.core.source [1.3.0.v201303031735,1.3.0.v201303031735] - org.hamcrest.generator [1.3.0.v201305210900,1.3.0.v201305210900] - org.hamcrest.generator.source [1.3.0.v201305210900,1.3.0.v201305210900] - org.hamcrest.integration [1.3.0.v201305210900,1.3.0.v201305210900] - org.hamcrest.integration.source [1.3.0.v201305210900,1.3.0.v201305210900] - org.hamcrest.library [1.3.0.v201505072020,1.3.0.v201505072020] - org.hamcrest.library.source [1.3.0.v201505072020,1.3.0.v201505072020] - org.hamcrest.text [1.1.0.v20090501071000,1.1.0.v20090501071000] - org.hamcrest.text.source [1.1.0.v20090501071000,1.1.0.v20090501071000] - org.junit [4.12.0.v201504281640,4.12.0.v201504281640] - org.junit.source [4.12.0.v201504281640,4.12.0.v201504281640] - org.mockito [1.8.4.v201303031500,1.8.4.v201303031500] - org.mockito.source [1.8.4.v201303031500,1.8.4.v201303031500] - org.objenesis [1.0.0.v201505121915,1.0.0.v201505121915] - org.objenesis.source [1.0.0.v201505121915,1.0.0.v201505121915] - org.slf4j.api [1.7.2.v20121108-1250,1.7.2.v20121108-1250] - org.slf4j.api.source [1.7.2.v20121108-1250,1.7.2.v20121108-1250] - org.slf4j.impl.log4j12 [1.7.2.v20131105-2200,1.7.2.v20131105-2200] - org.slf4j.impl.log4j12.source [1.7.2.v20131105-2200,1.7.2.v20131105-2200] - org.tukaani.xz [1.3.0.v201308270617,1.3.0.v201308270617] - org.tukaani.xz.source [1.3.0.v201308270617,1.3.0.v201308270617] -} \ No newline at end of file -- cgit v1.2.3