Skip to content

Commit 8c65bbc

Browse files
committed
change version to 1.2.18.0-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 37da638 commit 8c65bbc

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,14 @@
1515
limitations under the License.
1616
1717
-->
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.
2718

28-
-->
2919
<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">
3020
<modelVersion>4.0.0</modelVersion>
3121
<groupId>ch.qos.reload4j</groupId>
3222
<artifactId>reload4j</artifactId>
3323
<packaging>jar</packaging>
3424
<name>reload4j</name>
35-
<version>1.2.18</version>
25+
<version>1.2.18.0-SNAPSHOT</version>
3626
<description>Reload4j revives EOLed log4j 1.x</description>
3727

3828
<url>https://reload4j.qos.ch</url>
@@ -276,7 +266,7 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
276266
<!-- omit chainsaw and LF5 -->
277267
<Export-Package>!org.apache.log4j.lf5.*,
278268
!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>
280270
<!-- all other potential imports are covered by DynamicImport-Package earlier -->
281271
<Import-Package>!javax.swing.*,
282272
javax.jmdns.*;resolution:=optional,

0 commit comments

Comments
 (0)