Skip to content

Commit

Permalink
Merge pull request #88 from scottslewis/master
Browse files Browse the repository at this point in the history
Fix for pom version
  • Loading branch information
scottslewis authored Jan 13, 2024
2 parents 66e84b5 + d6d56a4 commit 31ead77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>ecf-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.eclipse.ecf.remoteservices.tooling.bndtools.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 31ead77

Please sign in to comment.