Skip to content

Commit

Permalink
Fixed versioning scheme for Apache Felix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Dec 19, 2014
1 parent 4990cce commit 967e449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tinylog/build.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project name="tinylog" default="all">

<property name="version" value="1.0-rc2" />
<property name="bundle-version" value="1.0.rc2" />
<property name="maven-version" value="1.0-rc-2" />
<property name="version" value="1.0-rc3" />
<property name="bundle-version" value="1.0.0.rc3" />
<property name="maven-version" value="1.0-rc-3" />
<property name="slf4j-version" value="1.7.7" />

<property name="vendor" value="PMW Media" />
Expand Down

0 comments on commit 967e449

Please sign in to comment.