diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index ab8925f4b5222d1115ea9d72cd8148993760ce3e..690f54e6696482f6e247c7cf97c9101519ca07a1 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>5.0.0</version> + <version>5.0.1-SNAPSHOT</version> </parent> <artifactId>oaipmh-core</artifactId> <packaging>jar</packaging> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index b084cfd5560f470d9b359248bfffa6c50400c410..50bd46f29af545e9cb915c2086398b569baca003 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>5.0.0</version> + <version>5.0.1-SNAPSHOT</version> </parent> <artifactId>oaipmh-webapp</artifactId> <packaging>war</packaging> diff --git a/pom.xml b/pom.xml index bc6d2fa94cccf959f1b97a9fb1e9f4539f405c23..384210cd12f9f6db01b1d29e04d319541accbd6a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>5.0.0</version> + <version>5.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties>