Skip to content

Commit

Permalink
Increment the version of org.eclipse.ecf.remoteservice.servlet.feature
Browse files Browse the repository at this point in the history
- This is needed so that baseline replacement doesn't try to replace the
newly built feature which includes jakarta.servlet-api version 6.1.0
with the previous version that includes jakarta.servlet-api version
6.0.0.

#116
  • Loading branch information
merks committed Jul 11, 2024
1 parent 6288d19 commit 25ac505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.remoteservice.servlet.feature"
label="ECF Remote Services Servlet API Feature"
version="1.0.400.qualifier"
version="1.0.500.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.remoteservice.servlet.feature</artifactId>
<version>1.0.400-SNAPSHOT</version>
<version>1.0.500-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 25ac505

Please sign in to comment.