Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Dec 12, 2023
1 parent 2881d91 commit d56b850
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.build/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<packaging>pom</packaging>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>

<name>EclEmma</name>
<description>Java Code Coverage for Eclipse</description>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.eclemma.core.test/META-INF/MANIFEST.MF
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EclEmma Core Tests
Bundle-SymbolicName: org.eclipse.eclemma.core.test
Bundle-Version: 3.1.8.qualifier
Bundle-Version: 3.1.9.qualifier
Bundle-Vendor: Eclipse EclEmma
Fragment-Host: org.eclipse.eclemma.core;bundle-version="[3.1.8,4.0.0)"
Fragment-Host: org.eclipse.eclemma.core;bundle-version="[3.1.9,4.0.0)"
Require-Bundle: org.junit;bundle-version="4.0.0",
org.hamcrest.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.core.test/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.eclemma.core; singleton:=true
Bundle-Version: 3.1.8.qualifier
Bundle-Version: 3.1.9.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.eclemma.core;x-friends:="org.eclipse.eclemma.ui,org.eclipse.eclemma.ui.test",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.core/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.doc/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.eclemma.doc; singleton:=true
Bundle-Version: 3.1.8.qualifier
Bundle-Version: 3.1.9.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help
2 changes: 2 additions & 0 deletions org.eclipse.eclemma.doc/pages/changes.html
Expand Up @@ -11,6 +11,8 @@

<h1>EclEmma Change Log</h1>

<h2>Version 3.1.9 (not yet released)</h2>

<h2>Version 3.1.8 (2023/12/12)</h2>
<ul>
<li>Upgrade to JaCoCo 0.8.11</li>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.doc/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.eclemma.feature"
label="%featureName"
version="3.1.8.qualifier"
version="3.1.9.qualifier"
provider-name="%providerName"
plugin="org.eclipse.eclemma.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.feature/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.site/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.target/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.ui.test/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EclEmma UI Tests
Bundle-SymbolicName: org.eclipse.eclemma.ui.test;singleton:=true
Bundle-Version: 3.1.8.qualifier
Bundle-Version: 3.1.9.qualifier
Bundle-Vendor: Eclipse EclEmma
Require-Bundle: org.junit;bundle-version="4.0.0",
org.eclipse.swtbot.eclipse.finder;bundle-version="2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.ui.test/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.eclemma.ui; singleton:=true
Bundle-Version: 3.1.8.qualifier
Bundle-Version: 3.1.9.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.eclemma.core,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.ui/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.eclemma</groupId>
<artifactId>org.eclipse.eclemma.build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<relativePath>../org.eclipse.eclemma.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>org.eclipse.eclemma</groupId>
<artifactId>eclemma</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.9-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit d56b850

Please sign in to comment.