Skip to content

Commit 6ea630f

Browse files
committed
Upgrade Felix maven plugin
1 parent 5f256e9 commit 6ea630f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
<plugin>
102102
<groupId>org.apache.felix</groupId>
103103
<artifactId>maven-bundle-plugin</artifactId>
104-
<version>2.5.4</version>
104+
<version>3.0.1</version>
105105
<extensions>true</extensions>
106106
<configuration>
107107
<manifestLocation>META-INF</manifestLocation>
108108
<instructions>
109109
<Bundle-Version>$(replace;$(project.version);-SNAPSHOT;.$(tstamp;yyyyMMdd-HHmm))</Bundle-Version>
110-
<Bundle-Vendor>Sonatype</Bundle-Vendor>
110+
<Bundle-Vendor>The AsyncHttpClient Project</Bundle-Vendor>
111111
</instructions>
112112
</configuration>
113113
<executions>

0 commit comments

Comments
 (0)