diff --git a/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF b/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF index 145dd0c..358b2df 100644 --- a/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF +++ b/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.mountainminds.eclemma.asm -Bundle-Version: 2.1.5.qualifier +Bundle-Version: 2.2.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Export-Package: org.objectweb.asm;version=4.0, diff --git a/com.mountainminds.eclemma.asm/pom.xml b/com.mountainminds.eclemma.asm/pom.xml index d797f0c..fd9bfa9 100644 --- a/com.mountainminds.eclemma.asm/pom.xml +++ b/com.mountainminds.eclemma.asm/pom.xml @@ -16,7 +16,7 @@ com.mountainminds.eclemma com.mountainminds.eclemma.build - 2.1.5-SNAPSHOT + 2.2.0-SNAPSHOT ../com.mountainminds.eclemma.build diff --git a/com.mountainminds.eclemma.build/pom.xml b/com.mountainminds.eclemma.build/pom.xml index 78cf42c..7b24658 100644 --- a/com.mountainminds.eclemma.build/pom.xml +++ b/com.mountainminds.eclemma.build/pom.xml @@ -16,7 +16,7 @@ com.mountainminds.eclemma com.mountainminds.eclemma.build pom - 2.1.5-SNAPSHOT + 2.2.0-SNAPSHOT EclEmma Java Code Coverage for Eclipse diff --git a/com.mountainminds.eclemma.build/publish.py b/com.mountainminds.eclemma.build/publish.py index b791980..9b875e3 100755 --- a/com.mountainminds.eclemma.build/publish.py +++ b/com.mountainminds.eclemma.build/publish.py @@ -34,7 +34,7 @@ def upload_current(bucket, dry_run, source_dir): key.set_acl('public-read') basedir = os.path.abspath(os.path.dirname(__file__)) -source_dir = basedir + "/../com.mountainminds.eclemma.site/target/site" +source_dir = basedir + "/../com.mountainminds.eclemma.site/target/repository" # prevent accidental execution dry_run = True @@ -45,10 +45,10 @@ def upload_current(bucket, dry_run, source_dir): print "DRY RUN: specify option '-x' for actual execution" # sanity check -if not os.path.isfile(source_dir + "/site.xml"): - sys.exit("site.xml not found in %s" % source_dir) +if not os.path.isfile(source_dir + "/content.jar"): + sys.exit("content.jar not found in %s" % source_dir) -connection = S3Connection() +connection = S3Connection('AKIAJITWFJUZ4YRWC2HA', 'y2XMrMpdkl4bmy4eTSmP2OmEBa9TvOjW8AvN1mlw') bucket = connection.get_bucket(BUCKET) delete_previous(bucket, dry_run) diff --git a/com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF b/com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF index 2edbb76..b3707f6 100644 --- a/com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF +++ b/com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EclEmma Core Tests Bundle-SymbolicName: com.mountainminds.eclemma.core.test -Bundle-Version: 2.1.5.qualifier +Bundle-Version: 2.2.0.qualifier Bundle-Vendor: Mountainminds GmbH & Co. KG Fragment-Host: com.mountainminds.eclemma.core;bundle-version="[2.1.2,3.0.0)" Require-Bundle: org.junit;bundle-version="4.0.0" diff --git a/com.mountainminds.eclemma.core.test/pom.xml b/com.mountainminds.eclemma.core.test/pom.xml index dd55a3a..90dd84b 100644 --- a/com.mountainminds.eclemma.core.test/pom.xml +++ b/com.mountainminds.eclemma.core.test/pom.xml @@ -16,7 +16,7 @@ com.mountainminds.eclemma com.mountainminds.eclemma.build - 2.1.5-SNAPSHOT + 2.2.0-SNAPSHOT ../com.mountainminds.eclemma.build diff --git a/com.mountainminds.eclemma.core/META-INF/MANIFEST.MF b/com.mountainminds.eclemma.core/META-INF/MANIFEST.MF index 1d276bd..2f5307a 100644 --- a/com.mountainminds.eclemma.core/META-INF/MANIFEST.MF +++ b/com.mountainminds.eclemma.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.mountainminds.eclemma.core; singleton:=true -Bundle-Version: 2.1.5.qualifier +Bundle-Version: 2.2.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Export-Package: com.mountainminds.eclemma.core, diff --git a/com.mountainminds.eclemma.core/pom.xml b/com.mountainminds.eclemma.core/pom.xml index 73dddfe..0b44ff5 100644 --- a/com.mountainminds.eclemma.core/pom.xml +++ b/com.mountainminds.eclemma.core/pom.xml @@ -16,7 +16,7 @@ com.mountainminds.eclemma com.mountainminds.eclemma.build - 2.1.5-SNAPSHOT + 2.2.0-SNAPSHOT ../com.mountainminds.eclemma.build diff --git a/com.mountainminds.eclemma.debug.ui.compatibility/META-INF/MANIFEST.MF b/com.mountainminds.eclemma.debug.ui.compatibility/META-INF/MANIFEST.MF index 46cd0b5..e796f60 100644 --- a/com.mountainminds.eclemma.debug.ui.compatibility/META-INF/MANIFEST.MF +++ b/com.mountainminds.eclemma.debug.ui.compatibility/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EclEmma debug.ui API fix Bundle-SymbolicName: com.mountainminds.eclemma.debug.ui.compatibility;singleton:=true -Bundle-Version: 2.1.5.qualifier +Bundle-Version: 2.2.0.qualifier Bundle-Vendor: Mountainminds GmbH & Co. KG Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.debug.ui.actions diff --git a/com.mountainminds.eclemma.debug.ui.compatibility/pom.xml b/com.mountainminds.eclemma.debug.ui.compatibility/pom.xml index 60b3d83..cc3760f 100644 --- a/com.mountainminds.eclemma.debug.ui.compatibility/pom.xml +++ b/com.mountainminds.eclemma.debug.ui.compatibility/pom.xml @@ -16,7 +16,7 @@ com.mountainminds.eclemma com.mountainminds.eclemma.build - 2.1.5-SNAPSHOT + 2.2.0-SNAPSHOT ../com.mountainminds.eclemma.build diff --git a/com.mountainminds.eclemma.doc/META-INF/MANIFEST.MF b/com.mountainminds.eclemma.doc/META-INF/MANIFEST.MF index 3bdd3fa..721f48d 100644 --- a/com.mountainminds.eclemma.doc/META-INF/MANIFEST.MF +++ b/com.mountainminds.eclemma.doc/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.mountainminds.eclemma.doc; singleton:=true -Bundle-Version: 2.1.5.qualifier +Bundle-Version: 2.2.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Require-Bundle: org.eclipse.help diff --git a/com.mountainminds.eclemma.doc/pages/changes.html b/com.mountainminds.eclemma.doc/pages/changes.html index c3dbb08..3db7bd8 100644 --- a/com.mountainminds.eclemma.doc/pages/changes.html +++ b/com.mountainminds.eclemma.doc/pages/changes.html @@ -11,7 +11,7 @@

EclEmma Change Log

-

Trunk Build (not yet released)

+

Version 2.2.0 (2012/10/26)