Skip to content

Commit

Permalink
#320 Idea to add CI pipeline with github actions
Browse files Browse the repository at this point in the history
- Distinguish Jetty 11 and 12 bundle in the name
  • Loading branch information
paulrutter committed Jan 3, 2025
1 parent 86e5a30 commit b55db65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath>../../pom/pom.xml</relativePath>
</parent>

<name>Apache Felix Http Jetty</name>
<name>Apache Felix Http Jetty 11.x</name>
<description>This is an implementation of the R8.1 OSGi Servlet Service, the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>

<artifactId>org.apache.felix.http.jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/jetty12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath>../../pom/pom.xml</relativePath>
</parent>

<name>Apache Felix Http Jetty</name>
<name>Apache Felix Http Jetty 12.x</name>
<description>This is an implementation of the R8.1 OSGi Servlet Service, the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>

<artifactId>org.apache.felix.http.jetty12</artifactId>
Expand Down

0 comments on commit b55db65

Please sign in to comment.