Skip to content

Commit

Permalink
fix SNAPSHOT version in POM files
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 5, 2024
1 parent 15d75be commit 3267dc2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Eclipse Lyo Designer Changelog

## [7.0.0.SNAPSHOT]
## [7.0.0-SNAPSHOT]

### Added

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.codegenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.oslc4j.plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent> -->
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>org.eclipse.lyo.oslc4j.plugins</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.release>17</maven.compiler.release>
<tycho.version>4.0.6</tycho.version>
<eclipse.cbi>1.1.7</eclipse.cbi>
<lyo.version>7.0.0.SNAPSHOT</lyo.version>
<lyo.version>7.0.0-SNAPSHOT</lyo.version>
</properties>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.lyo.tools.designer.branding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.design/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tools-updatesite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>7.0.0.SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 3267dc2

Please sign in to comment.