diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ddms/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF index 8b0389a..435f1a8 100644 --- a/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: com.android.ide.eclipse.ddms;singleton:=true -Bundle-Version: 22.6.2.qualifier +Bundle-Version: 22.10.0.qualifier Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/pom.xml b/eclipse/plugins/com.android.ide.eclipse.ddms/pom.xml index bee722e..a1e9c22 100644 --- a/eclipse/plugins/com.android.ide.eclipse.ddms/pom.xml +++ b/eclipse/plugins/com.android.ide.eclipse.ddms/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <version>22.6.2-SNAPSHOT</version> + <version>22.10.0-SNAPSHOT</version> <artifactId>com.android.ide.eclipse.ddms</artifactId> <packaging>eclipse-plugin</packaging> <name>ddms</name> |