Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Preparing release 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Oct 26, 2012
1 parent 0da4b1c commit ee8013f
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<packaging>pom</packaging>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>

<name>EclEmma</name>
<description>Java Code Coverage for Eclipse</description>
Expand Down
8 changes: 4 additions & 4 deletions com.mountainminds.eclemma.build/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.debug.ui.compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<h1>EclEmma Change Log</h1>

<h2>Trunk Build (not yet released)</h2>
<h2>Version 2.2.0 (2012/10/26)</h2>
<ul>
<li>The EclEmma project has been moved to
<a href="https://github.com/jacoco/eclemma">GitHub</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.mountainminds.eclemma.feature"
label="%featureName"
version="2.1.5.qualifier"
version="2.2.0.qualifier"
provider-name="%providerName"
plugin="com.mountainminds.eclemma.ui">

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.mountainminds.eclemma.ui; singleton:=true
Bundle-Version: 2.1.5.qualifier
Bundle-Version: 2.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: com.mountainminds.eclemma.core,
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

Expand Down

0 comments on commit ee8013f

Please sign in to comment.