diff options
author | Matthias Sohn | 2012-02-13 07:20:37 +0000 |
---|---|---|
committer | Matthias Sohn | 2012-02-13 07:44:32 +0000 |
commit | 1b6f10f81b7e2c0e45ff0a34aef8ea72a0f60bc4 (patch) | |
tree | fab6debd723d4c3a24b7fd958dbbb86bde0409c2 /org.eclipse.egit.mylyn.ui.test | |
parent | b9829f0fa04c3268dc243c0de916d92e8f09c338 (diff) | |
parent | e626966cf652bfd0c2f72160beed3d1c32185b14 (diff) | |
download | egit-1b6f10f81b7e2c0e45ff0a34aef8ea72a0f60bc4.tar.gz egit-1b6f10f81b7e2c0e45ff0a34aef8ea72a0f60bc4.tar.xz egit-1b6f10f81b7e2c0e45ff0a34aef8ea72a0f60bc4.zip |
Merge branch 'stable-1.3'
* stable-1.3:
Prepare post 1.3.0.201202121842-rc4 builds
EGit 1.3.0.201202121842-rc4
Add Maven profile for Indigo staging repository
Fix target platform for running mylyn ui tests
[historyView] Disable file actions when submodule is selected
[stagingView] Disable open action when submodule is selected
[repoView] Add submodule add/sync/update support
Delete working directory when removing a submodule repository
Update build to use the Indigo SR2 orbit repository
[repoView] Test repository deletion
Disable buttons when config is missing or not writable
Fix test SynchronizeViewGitChangeSetModelTest
Support tracking project at root of repository
Create ProjectRecord from .project file instead of parent
Add proper check to ensure created folder is cleaned up
Guard against missing HEAD object id when decorating submodules
[historyView] Add context menu to compare with working directory
Prevent StackOverflowException in RepositoryMapping
[repoView] Show stashed commits
Improvements and fixes for clone wizard
Support double-click event on repository location page
Remove Gerrit Configuration Page from Clone Wizard
New wizard to configure a remote as Gerrit
Redesign GitCloneWizard to include contributed clone sources
Improve Exception Handling for Clone Source extension point
Add an icon attribute to the cloneSourceProvider extension point
Allow for repository configuration using GitRepositoryInfo
Redesign GitImportWizard to include contributed clone sources
Refactor GitCloneWizard
Add an extension point to provide repository search
Update .eclipse-iplog for 1.3.0
Change-Id: Id4836e0c2ecaa9c3674dd2a9cf8f4245272ae6fe
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui.test')
-rw-r--r-- | org.eclipse.egit.mylyn.ui.test/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml index 3fdd62310e..b9fdda39b7 100644 --- a/org.eclipse.egit.mylyn.ui.test/pom.xml +++ b/org.eclipse.egit.mylyn.ui.test/pom.xml @@ -92,17 +92,17 @@ <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.egit.feature.group</artifactId> - <version>1.1.0</version> + <version>1.3.0</version> </dependency> <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.egit.mylyn.feature.group</artifactId> - <version>1.1.0</version> + <version>1.3.0</version> </dependency> <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.jgit.feature.group</artifactId> - <version>1.1.0</version> + <version>1.3.0</version> </dependency> <dependency> <type>p2-installable-unit</type> |