Skip to content

Commit b55db65

Browse files
committed
#320 Idea to add CI pipeline with github actions
- Distinguish Jetty 11 and 12 bundle in the name
1 parent 86e5a30 commit b55db65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http/jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<relativePath>../../pom/pom.xml</relativePath>
2727
</parent>
2828

29-
<name>Apache Felix Http Jetty</name>
29+
<name>Apache Felix Http Jetty 11.x</name>
3030
<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>
3131

3232
<artifactId>org.apache.felix.http.jetty</artifactId>

http/jetty12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<relativePath>../../pom/pom.xml</relativePath>
2727
</parent>
2828

29-
<name>Apache Felix Http Jetty</name>
29+
<name>Apache Felix Http Jetty 12.x</name>
3030
<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>
3131

3232
<artifactId>org.apache.felix.http.jetty12</artifactId>

0 commit comments

Comments
 (0)