Skip to content

Commit

Permalink
Fix versions of feature and launch modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwenzel committed Feb 5, 2024
1 parent 4a677a4 commit 1f338a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/io.github.linkedfactory.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linkedfactory</groupId>
<artifactId>linkedfactory-features</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>io.github.linkedfactory.feature</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linkedfactory</groupId>
<artifactId>linkedfactory-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>linkedfactory-features</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion launch/equinox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linkedfactory</groupId>
<artifactId>linkedfactory-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@
<module>server</module>
</modules>
</profile>

<profile>
<id>versions</id>
<modules>
<module>features</module>
<module>launch/equinox</module>
</modules>
</profile>
</profiles>

<repositories>
Expand Down

0 comments on commit 1f338a4

Please sign in to comment.