Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2012-01-02 13:38:21 +0000
committerTobias Oberlies2012-01-09 14:23:37 +0000
commitc56d3086f43989513d7e3d2a149a0b6b1f82e9a7 (patch)
tree2fe59ce961a71a129c10520bf4d0ae582ad34639 /bundles/org.eclipse.equinox.p2.core/pom.xml
parent47549f93278cc0296730577528c106b452b43420 (diff)
downloadrt.equinox.p2-c56d3086f43989513d7e3d2a149a0b6b1f82e9a7.tar.gz
rt.equinox.p2-c56d3086f43989513d7e3d2a149a0b6b1f82e9a7.tar.xz
rt.equinox.p2-c56d3086f43989513d7e3d2a149a0b6b1f82e9a7.zip
348366 Only remember cancel if dialog explicitly signals cancelv20120109-1423
- Introduced a new constant in UIServices to give the implementations the possibility to explicitly indicate that the user cancelled a prompt for password. - Only remember cancel in class Credentials on explicit user cancels. This ensures that the authentication prompt is shown at least once. Bug: 348366 - [repository] Cannot update from update site with authentication
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/pom.xml b/bundles/org.eclipse.equinox.p2.core/pom.xml
index a98bfe8ab..6714ce8df 100644
--- a/bundles/org.eclipse.equinox.p2.core/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.core/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.core</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top