Skip to content

Commit

Permalink
Upversion to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 31, 2024
1 parent 29e5a27 commit ee52d75
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.corrosion.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.corrosion.feature"
label="%name"
version="1.2.5.qualifier"
version="1.3.0.qualifier"
provider-name="Eclipse Corrosion"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.corrosion.product.branding;singleton:=true
Bundle-Version: 1.2.4.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: Eclipse Corrosion
Require-Bundle: org.eclipse.platform,
org.eclipse.equinox.app,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.corrosion.product.branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.eclipse.corrosion</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.corrosion.product.branding</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.2.4-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

</project>
2 changes: 1 addition & 1 deletion org.eclipse.corrosion.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: org.eclipse.corrosion.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.corrosion
Eclipse-BundleShape: dir
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.corrosion/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: org.eclipse.corrosion;singleton:=true
Bundle-Version: 1.2.5.qualifier
Bundle-Version: 1.3.0.qualifier
Automatic-Module-Name: org.eclipse.corrosion
Bundle-Activator: org.eclipse.corrosion.CorrosionPlugin
Bundle-Vendor: %Bundle-Vendor
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.corrosion</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>4.0.8</tycho-version>
Expand Down
3 changes: 1 addition & 2 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
<parent>
<groupId>org.eclipse.corrosion</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.corrosion.product</artifactId>
<packaging>eclipse-repository</packaging>
<version>1.2.5-SNAPSHOT</version>

<build>
<plugins>
Expand Down

0 comments on commit ee52d75

Please sign in to comment.