From 5386882c543ed19667ca7b804dae6ef1cb13cbaf Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sun, 24 Nov 2013 13:40:47 +0100 Subject: [PATCH] [#2003] Generate a io.netty.util.Version class which holds the version --- .gitignore | 2 ++ common/pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 13 +++++++++++ 3 files changed, 73 insertions(+) diff --git a/.gitignore b/.gitignore index 6416fff4ad..d6bcaacc78 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ /reports */reports .DS_Store +/common/src/main/java/io/netty/util/Version.java + diff --git a/common/pom.xml b/common/pom.xml index e074aaaee4..4ef39610cb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -75,6 +75,64 @@ + + maven-antrun-plugin + + + write-version + validate + + run + + + + + + + + + + + + + + + + + + + Build number: ${buildNumber} + + + + + + + + + + org.apache.ant + ant + 1.8.2 + + + org.apache.ant + ant-launcher + 1.8.2 + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + diff --git a/pom.xml b/pom.xml index 0333f94694..674cbc1ba6 100644 --- a/pom.xml +++ b/pom.xml @@ -529,6 +529,19 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + [1.7,) + + run + + + + + + org.apache.maven.plugins