Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 0ebc219c1 -> ed09cc1d9


Reduce places to change release version in pom.xml files


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/aebe120a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/aebe120a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/aebe120a

Branch: refs/heads/master
Commit: aebe120abfb91b3a84db3c1ddb3367f4f0cb14fa
Parents: cce8b85
Author: Steve Varnau <[email protected]>
Authored: Thu Nov 12 21:59:58 2015 +0000
Committer: Steve Varnau <[email protected]>
Committed: Thu Nov 12 21:59:58 2015 +0000

----------------------------------------------------------------------
 core/rest/pom.xml | 5 ++---
 dcs/pom.xml       | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/aebe120a/core/rest/pom.xml
----------------------------------------------------------------------
diff --git a/core/rest/pom.xml b/core/rest/pom.xml
index 201c8e9..5aca2b8 100644
--- a/core/rest/pom.xml
+++ b/core/rest/pom.xml
@@ -401,7 +401,7 @@
        <jython-standalone.version>2.5.3</jython-standalone.version>
        <jettison.version>1.3.5</jettison.version>
        <displaytag.version>1.1.1</displaytag.version>
-       <jdbct4.version>2.0.0</jdbct4.version>
+       <jdbct4.version>${project.version}</jdbct4.version>
        
     <!-- Plugin Dependencies -->
     <maven.antrun.plugin.version>1.6</maven.antrun.plugin.version>
@@ -415,8 +415,7 @@
     
<maven.project.info.reports.plugin.version>2.1.2</maven.project.info.reports.plugin.version>
     <build.helper.maven.plugin.version>1.5</build.helper.maven.plugin.version>
 
-    <!-- also must update this when we bump version -->
-    <package.version>2.0.0</package.version>
+    <package.version>${project.version}</package.version>
        <final.name>${project.artifactId}-${project.version}</final.name>
        
        <!-- Test inclusion patterns used by failsafe configuration -->

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/aebe120a/dcs/pom.xml
----------------------------------------------------------------------
diff --git a/dcs/pom.xml b/dcs/pom.xml
index 4f8e3e4..bd924c3 100644
--- a/dcs/pom.xml
+++ b/dcs/pom.xml
@@ -484,8 +484,8 @@
        <jython-standalone.version>2.5.3</jython-standalone.version>
        <jettison.version>1.3.5</jettison.version>
        <displaytag.version>1.1.1</displaytag.version>
-    <jdbct4.version>2.0.0</jdbct4.version>
-    <jdbct2.version>2.0.0</jdbct2.version>
+    <jdbct4.version>${project.version}</jdbct4.version>
+    <jdbct2.version>${project.version}</jdbct2.version>
     
     <!-- Plugin Dependencies -->
     <maven.antrun.plugin.version>1.6</maven.antrun.plugin.version>
@@ -501,8 +501,7 @@
     <build.helper.maven.plugin.version>1.5</build.helper.maven.plugin.version>
     <maven.assembly.plugin.version>2.5.3</maven.assembly.plugin.version>
 
-    <!-- also must update this when we bump version -->
-    <package.version>2.0.0</package.version>
+    <package.version>${project.version}</package.version>
        <final.name>${project.artifactId}-${project.version}</final.name>
        
        <!-- Test inclusion patterns used by failsafe configuration -->

Reply via email to