Skip to content

Commit

Permalink
fix pom syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Nov 15, 2024
1 parent 9588513 commit bfe4293
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jetty-core/jetty-compression/jetty-compression-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

<modelVersion>4.0.0</modelVersion>

<artifactId>jetty-compression-common</artifactId>
<description>Jetty Core Compression Common</description>
<name>Core :: Compression :: Common</name>
<packaging>jar</packaging>

<parent>
<groupId>org.eclipse.jetty.compression</groupId>
<artifactId>jetty-compression</artifactId>
<version>12.1.0-SNAPSHOT</version>
</parent>

<artifactId>jetty-compression-common</artifactId>
<packaging>jar</packaging>
<name>Core :: Compression :: Common</name>
<description>Jetty Core Compression Common</description>
<properties>
<bundle-symbolic-name>${project.groupId}</bundle-symbolic-name>
</properties>
Expand Down

0 comments on commit bfe4293

Please sign in to comment.