|
15 | 15 | limitations under the License. |
16 | 16 |
|
17 | 17 | --> |
18 | | -<!-- |
19 | | -Usage notes: |
20 | | -
|
21 | | -To build NTEventLogAppender.dll using MinGW, place mingw\bin on path for Windows or install mingw |
22 | | -package on other platforms. Build will execute gcc and windres on Windows and |
23 | | -i586-mingw32msvc-gcc and i586-mingw32msvc-windres on other platforms. |
24 | | -
|
25 | | -To build NTEventLogAppender.dll using Microsoft tools, run the appropriate vcvars for the |
26 | | -target platform and specify -Dntdll_target=msbuild on the mvn command line. |
27 | 18 |
|
28 | | ---> |
29 | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
30 | 20 | <modelVersion>4.0.0</modelVersion> |
31 | 21 | <groupId>ch.qos.reload4j</groupId> |
32 | 22 | <artifactId>reload4j</artifactId> |
33 | 23 | <packaging>jar</packaging> |
34 | 24 | <name>reload4j</name> |
35 | | - <version>1.2.18</version> |
| 25 | + <version>1.2.18.0-SNAPSHOT</version> |
36 | 26 | <description>Reload4j revives EOLed log4j 1.x</description> |
37 | 27 |
|
38 | 28 | <url>https://reload4j.qos.ch</url> |
@@ -276,7 +266,7 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line. |
276 | 266 | <!-- omit chainsaw and LF5 --> |
277 | 267 | <Export-Package>!org.apache.log4j.lf5.*, |
278 | 268 | !org.apache.log4j.chainsaw.*, |
279 | | - org.apache.log4j.*;version=1.2.18;-noimport:=true</Export-Package> |
| 269 | + org.apache.log4j.*;version=1.2.18.0;-noimport:=true</Export-Package> |
280 | 270 | <!-- all other potential imports are covered by DynamicImport-Package earlier --> |
281 | 271 | <Import-Package>!javax.swing.*, |
282 | 272 | javax.jmdns.*;resolution:=optional, |
|
0 commit comments