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

Commit 302f5fa

Browse files
committed
Preparing release 2.3.0.
1 parent b98fac1 commit 302f5fa

File tree

26 files changed

+28
-28
lines changed

26 files changed

+28
-28
lines changed

com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: com.mountainminds.eclemma.asm
5-
Bundle-Version: 2.2.2.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Export-Package: org.objectweb.asm;version=5.0,

com.mountainminds.eclemma.asm/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>About This Content</h2>
1616
<h3>License</h3>
1717

1818
<p>
19-
Copyright &copy; 2006, 2013 Mountainminds GmbH &amp; Co. KG and Contributors
19+
Copyright &copy; 2006, 2014 Mountainminds GmbH &amp; Co. KG and Contributors
2020
</p>
2121

2222
<p>

com.mountainminds.eclemma.asm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.mountainminds.eclemma</groupId>
1818
<artifactId>com.mountainminds.eclemma.build</artifactId>
19-
<version>2.2.2-SNAPSHOT</version>
19+
<version>2.3.0-SNAPSHOT</version>
2020
<relativePath>../com.mountainminds.eclemma.build</relativePath>
2121
</parent>
2222

com.mountainminds.eclemma.build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.mountainminds.eclemma</groupId>
1717
<artifactId>com.mountainminds.eclemma.build</artifactId>
1818
<packaging>pom</packaging>
19-
<version>2.2.2-SNAPSHOT</version>
19+
<version>2.3.0-SNAPSHOT</version>
2020

2121
<name>EclEmma</name>
2222
<description>Java Code Coverage for Eclipse</description>

com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: EclEmma Core Tests
44
Bundle-SymbolicName: com.mountainminds.eclemma.core.test
5-
Bundle-Version: 2.2.2.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Vendor: Mountainminds GmbH & Co. KG
7-
Fragment-Host: com.mountainminds.eclemma.core;bundle-version="[2.2.2,3.0.0)"
7+
Fragment-Host: com.mountainminds.eclemma.core;bundle-version="[2.3.0,3.0.0)"
88
Require-Bundle: org.junit;bundle-version="4.0.0"
99
Bundle-RequiredExecutionEnvironment: J2SE-1.5

com.mountainminds.eclemma.core.test/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>About This Content</h2>
1616
<h3>License</h3>
1717

1818
<p>
19-
Copyright &copy; 2006, 2013 Mountainminds GmbH &amp; Co. KG and Contributors
19+
Copyright &copy; 2006, 2014 Mountainminds GmbH &amp; Co. KG and Contributors
2020
</p>
2121

2222
<p>

com.mountainminds.eclemma.core.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.mountainminds.eclemma</groupId>
1818
<artifactId>com.mountainminds.eclemma.build</artifactId>
19-
<version>2.2.2-SNAPSHOT</version>
19+
<version>2.3.0-SNAPSHOT</version>
2020
<relativePath>../com.mountainminds.eclemma.build</relativePath>
2121
</parent>
2222

com.mountainminds.eclemma.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: com.mountainminds.eclemma.core; singleton:=true
5-
Bundle-Version: 2.2.2.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Export-Package: com.mountainminds.eclemma.core,

com.mountainminds.eclemma.core/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>About This Content</h2>
1616
<h3>License</h3>
1717

1818
<p>
19-
Copyright &copy; 2006, 2013 Mountainminds GmbH &amp; Co. KG and Contributors
19+
Copyright &copy; 2006, 2014 Mountainminds GmbH &amp; Co. KG and Contributors
2020
</p>
2121

2222
<p>

com.mountainminds.eclemma.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.mountainminds.eclemma</groupId>
1818
<artifactId>com.mountainminds.eclemma.build</artifactId>
19-
<version>2.2.2-SNAPSHOT</version>
19+
<version>2.3.0-SNAPSHOT</version>
2020
<relativePath>../com.mountainminds.eclemma.build</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)