Skip to content

Commit bd9d84b

Browse files
committed
Merge branch 'release/1.0.5-M4' into develop
2 parents 6990103 + 92b3138 commit bd9d84b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.xerial.snappy</groupId>
66
<artifactId>snappy-java</artifactId>
7-
<version>1.0.5-M4-SNAPSHOT</version>
7+
<version>1.0.5-M4</version>
88
<name>Snappy for Java</name>
99
<description>snappy-java: A fast compression/decompression library</description>
1010
<packaging>bundle</packaging>
@@ -145,7 +145,6 @@
145145
<charset>UTF-8</charset>
146146
<locale>en_US</locale>
147147
<show>public</show>
148-
<stylesheetfile>stylesheet.css</stylesheetfile>
149148
</configuration>
150149
</plugin>
151150

@@ -173,10 +172,10 @@
173172
<version>2.3.7</version>
174173
<extensions>true</extensions>
175174
<configuration>
176-
<manifestLocation>META-INF</manifestLocation>
175+
<manifestLocation>${project.build.directory}/META-INF</manifestLocation>
177176
<instructions>
178177
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
179-
<Bundle-Name>${pproject.name}</Bundle-Name>
178+
<Bundle-Name>${project.name}</Bundle-Name>
180179
<Bundle-Version>${project.version}</Bundle-Version>
181180
<Bundle-Activator>org.xerial.snappy.SnappyBundleActivator</Bundle-Activator>
182181
<Export-Package>org.xerial.snappy</Export-Package>
@@ -208,10 +207,11 @@
208207
<plugin>
209208
<groupId>org.apache.maven.plugins</groupId>
210209
<artifactId>maven-jar-plugin</artifactId>
210+
<version>2.4</version>
211211
<configuration>
212212
<archive>
213213
<index>true</index>
214-
<manifestFile>META-INF/MANIFEST.MF</manifestFile>
214+
<manifestFile>${project.build.directory}/META-INF/MANIFEST.MF</manifestFile>
215215
</archive>
216216
</configuration>
217217
</plugin>

0 commit comments

Comments
 (0)