diff options
author | Raphael Moll <ralf@android.com> | 2014-06-13 12:35:15 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2014-06-13 12:35:15 -0700 |
commit | 3f7aa20b688b4916dd297987e76ac12e04033cfa (patch) | |
tree | f7a376dfecfc33130893ccacfda1d9b80b42a7f3 /eclipse/plugins/com.android.ide.eclipse.traceview | |
parent | 19d6b131df06fb492fbfd6953cbb0300084a7684 (diff) | |
download | sdk-3f7aa20b688b4916dd297987e76ac12e04033cfa.zip sdk-3f7aa20b688b4916dd297987e76ac12e04033cfa.tar.gz sdk-3f7aa20b688b4916dd297987e76ac12e04033cfa.tar.bz2 |
Update ADT plugins/features version number.
Similar to change I1913711556c17fe1799a963b52214f338768fffd
this is only provisional till the final versio number gets decided.
Change-Id: I976cd490a7dee07d4a6b0eaf98972bcd89620f80
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.traceview')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.traceview/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/MANIFEST.MF index 0b061b8..383d985 100644 --- a/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Traceview Bundle-SymbolicName: com.android.ide.eclipse.traceview;singleton:=true -Bundle-Version: 22.6.2.qualifier +Bundle-Version: 22.10.0.qualifier Bundle-Activator: com.android.ide.eclipse.traceview.TraceviewPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/pom.xml b/eclipse/plugins/com.android.ide.eclipse.traceview/pom.xml index 4f9531d..f6ca31c 100644 --- a/eclipse/plugins/com.android.ide.eclipse.traceview/pom.xml +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/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.traceview</artifactId> <packaging>eclipse-plugin</packaging> <name>traceview</name> |