Skip to content

Commit

Permalink
POM and product version changes for 4.31 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul committed Nov 27, 2023
1 parent 57c88a3 commit ee7f778
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bundles/binaries-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>eclipse.platform.swt.binaries</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.gtk.linux.loongarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>binaries-parent</artifactId>
<groupId>eclipse.platform.swt.binaries</groupId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../binaries-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Expand Down

0 comments on commit ee7f778

Please sign in to comment.