aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
-rw-r--r--osgi/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index c26317ef68..b62fe280f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.4.0'
+ version = '5.4.0-SNAPSHOT'
}
/**
diff --git a/build.xml b/build.xml
index 84684d444c..339592729e 100644
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
- <property name="version.id" value="5.4.0"/>
+ <property name="version.id" value="5.4.0-SNAPSHOT"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index b43bb22554..060f7b8de6 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,12 +24,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
- <version>5.4.0</version>
+ <version>5.4.0-SNAPSHOT</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.4.0</poi.version>
+ <poi.version>5.4.0-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>