Skip to content

Commit

Permalink
Bump version to 3.13.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rombert committed May 30, 2018
1 parent 5380f74 commit 36cbc78
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion com.itsolut.mantis-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.itsolut.mantis_feature"
label="Mylyn Tasks Connector: Mantis"
version="3.12.0"
version="3.13.0.qualifier"
provider-name="ITSOLUT"
plugin="com.itsolut.mantis.ui">

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.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: %Bundle-Name
Bundle-SymbolicName: com.itsolut.mantis.core
Bundle-Version: 3.12.0
Bundle-Version: 3.13.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.7.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.eclemma/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Export-Package: com.vladium.emma.rt
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.eclipse.osgi;bundle-version="[3.5.0,4.0.0)"
Bundle-ClassPath: .,emma.jar
Bundle-Version: 3.12.0
Bundle-Version: 3.13.0.qualifier
Bundle-Name: Emma Runtime Instrumentation for Equinox
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.itsolut.mantis.eclemma
Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.eclemma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>com.itsolut.mantis.eclemma</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.tests/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: %Bundle-Name
Bundle-SymbolicName: com.itsolut.mantis.tests
Bundle-Version: 3.12.0
Bundle-Version: 3.13.0.qualifier
Fragment-Host: com.itsolut.mantis.core
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.6.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.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: %Bundle-Name
Bundle-SymbolicName: com.itsolut.mantis.ui;singleton:=true
Bundle-Version: 3.12.0
Bundle-Version: 3.13.0.qualifier
Bundle-Activator: com.itsolut.mantis.ui.MantisUIPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.wikitext-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.itsolut.mantis.wikitext_feature"
label="Mylyn Tasks Connector: Mantis WikiText (optional)"
version="3.12.0"
version="3.13.0.qualifier"
provider-name="ITSOLUT"
plugin="com.itsolut.mantis.ui">

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.wikitext-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.wikitext/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: %Bundle-Name
Bundle-SymbolicName: com.itsolut.mantis.wikitext;singleton:=true
Bundle-Version: 3.12.0
Bundle-Version: 3.13.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion com.itsolut.mantis.wikitext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<groupId>com.itsolut.mantis</groupId>
<artifactId>com.itsolut.mantis.parent</artifactId>
<version>3.12.0</version>
<version>3.13.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mylyn Mantis Connector</name>
<modules>
Expand Down

0 comments on commit 36cbc78

Please sign in to comment.