Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndemengel committed Jul 2, 2016
1 parent 21b7f8c commit f7cd590
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion org.moreunit.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>
<name>MoreUnit Parent</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.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: MoreUnit Core Test
Bundle-SymbolicName: org.moreunit.core.test
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.moreunit.core,
org.eclipse.core.commands,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>org.moreunit.core.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.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: MoreUnit Plug-in Core
Bundle-SymbolicName: org.moreunit.core;singleton:=true
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-Activator: org.moreunit.core.MoreUnitCore
Bundle-Vendor: MoreUnit.org
Require-Bundle: org.eclipse.core.expressions,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>org.moreunit.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.moreunit"
label="MoreUnit For Java"
version="3.1.1.qualifier"
version="3.1.1"
provider-name="MoreUnit.org"
plugin="org.moreunit">

Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>org.moreunit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.light.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.moreunit.light"
label="MoreUnit Light"
version="3.1.1.qualifier"
version="3.1.1"
provider-name="MoreUnit.org"
plugin="org.moreunit.core">

Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.light.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>org.moreunit.light</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.moreunit.mock.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.moreunit.mock"
label="MoreUnit For Java: Mock Support"
version="3.1.1.qualifier"
version="3.1.1"
provider-name="MoreUnit.org"
plugin="org.moreunit.mock">

Expand Down Expand Up @@ -111,7 +111,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
<import plugin="org.eclipse.jdt.ui" version="3.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text" version="3.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui"/>
<import feature="org.moreunit" version="3.1.0" match="greaterOrEqual"/>
<import feature="org.moreunit" version="3.1.1" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>org.moreunit.mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.it/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: MoreUnit Mock Support - Integration Tests
Bundle-SymbolicName: org.moreunit.mock.it
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Fragment-Host: org.moreunit.mock;bundle-version="2.4.6"
Require-Bundle: org.eclipse.jdt.launching,
org.junit;bundle-version="4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.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: MoreUnit Mocking Support Tests
Bundle-SymbolicName: org.moreunit.mock.test
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Fragment-Host: org.moreunit.mock;bundle-version="2.4.6"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: MoreUnit.org
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock/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: MoreUnit Mocking Support
Bundle-SymbolicName: org.moreunit.mock;singleton:=true
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-Activator: org.moreunit.mock.MoreUnitMockPlugin
Require-Bundle: org.eclipse.core.filesystem,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.plugin/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: MoreUnit Plug-in
Bundle-SymbolicName: org.moreunit;singleton:=true
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-Activator: org.moreunit.MoreUnitPlugin
xxBundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.swtbot.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: MoreUnitSwtBot
Bundle-SymbolicName: org.moreunit.swtbot.test;singleton:=true
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-ActivationPolicy: lazy
Bundle-Vendor:
MoreUnit.org
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.swtbot.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test.dependencies/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: MoreUnit Test Dependencies
Bundle-SymbolicName: org.moreunit.test.dependencies
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-ClassPath: .,
fest-assert-1.3.jar,
fest-util-1.1.4.jar,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test.dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.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: Test
Bundle-SymbolicName: org.moreunit.test
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.1.1
Bundle-ClassPath: .
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions org.moreunit.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.moreunit_3.1.1.qualifier.jar" id="org.moreunit" version="3.1.1.qualifier">
<feature url="features/org.moreunit_3.1.1.jar" id="org.moreunit" version="3.1.1">
<category name="org.moreunit"/>
</feature>
<feature url="features/org.moreunit.mock_3.1.1.qualifier.jar" id="org.moreunit.mock" version="3.1.1.qualifier">
<feature url="features/org.moreunit.mock_3.1.1.jar" id="org.moreunit.mock" version="3.1.1">
<category name="org.moreunit"/>
</feature>
<feature url="features/org.moreunit.light_3.1.1.qualifier.jar" id="org.moreunit.light" version="3.1.1.qualifier">
<feature url="features/org.moreunit.light_3.1.1.jar" id="org.moreunit.light" version="3.1.1">
<category name="org.moreunit"/>
</feature>
<category-def name="org.moreunit" label="MoreUnit"/>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>org.moreunit.updatesite</artifactId>
Expand Down

0 comments on commit f7cd590

Please sign in to comment.