File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.xerial.snappy</groupId >
6
6
<artifactId >snappy-java</artifactId >
7
- <version >1.0.5-M4-SNAPSHOT </version >
7
+ <version >1.0.5-M4</version >
8
8
<name >Snappy for Java</name >
9
9
<description >snappy-java: A fast compression/decompression library</description >
10
10
<packaging >bundle</packaging >
145
145
<charset >UTF-8</charset >
146
146
<locale >en_US</locale >
147
147
<show >public</show >
148
- <stylesheetfile >stylesheet.css</stylesheetfile >
149
148
</configuration >
150
149
</plugin >
151
150
173
172
<version >2.3.7</version >
174
173
<extensions >true</extensions >
175
174
<configuration >
176
- <manifestLocation >META-INF</manifestLocation >
175
+ <manifestLocation >${project.build.directory} / META-INF</manifestLocation >
177
176
<instructions >
178
177
<Bundle-SymbolicName >${project.groupId} .${project.artifactId} </Bundle-SymbolicName >
179
- <Bundle-Name >${pproject .name} </Bundle-Name >
178
+ <Bundle-Name >${project .name} </Bundle-Name >
180
179
<Bundle-Version >${project.version} </Bundle-Version >
181
180
<Bundle-Activator >org.xerial.snappy.SnappyBundleActivator</Bundle-Activator >
182
181
<Export-Package >org.xerial.snappy</Export-Package >
208
207
<plugin >
209
208
<groupId >org.apache.maven.plugins</groupId >
210
209
<artifactId >maven-jar-plugin</artifactId >
210
+ <version >2.4</version >
211
211
<configuration >
212
212
<archive >
213
213
<index >true</index >
214
- <manifestFile >META-INF/MANIFEST.MF</manifestFile >
214
+ <manifestFile >${project.build.directory} / META-INF/MANIFEST.MF</manifestFile >
215
215
</archive >
216
216
</configuration >
217
217
</plugin >
You can’t perform that action at this time.
0 commit comments