diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,7 @@ <groupId>org.onap.dmaap.datarouter</groupId> <artifactId>parent</artifactId> <name>dmaap-datarouter</name> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <url>https://github.com/att/DMAAP_DATAROUTER</url> <parent> @@ -35,6 +35,7 @@ <version>1.2.2</version> </parent> <properties> + <datarouter.version>2.0.1-SNAPSHOT</datarouter.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> |