Yaniv Dary has uploaded a new change for review. Change subject: packaging: changed built jar version to hard coded values ......................................................................
packaging: changed built jar version to hard coded values Change-Id: Iabd56405617f9e67a1819e463ba344bbf8d50c1b Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml M data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml M data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml M pom.xml 4 files changed, 5 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/79/7379/1 diff --git a/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml b/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml index b25bab1..31c8d0c 100644 --- a/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml +++ b/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml @@ -11,7 +11,7 @@ <groupId>ovirt_engine_dwh</groupId> <artifactId>advancedPersistentLookupLib</artifactId> <packaging>jar</packaging> - <version>${version.advancedPersistentLookupLib}</version> + <version>1.0</version> <name>Advanced Persistent Lookup Library</name> <description>The jar that contains the advanced persistent lookup library</description> @@ -31,7 +31,7 @@ <dependency> <groupId>ovirt_engine_dwh</groupId> <artifactId>talendRoutines</artifactId> - <version>${version.talend-routines}</version> + <version>5.1.1.r84309</version> </dependency> </dependencies> diff --git a/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml b/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml index ec0584e..4e6e91d 100644 --- a/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml +++ b/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml @@ -19,12 +19,12 @@ <dependency> <groupId>ovirt_engine_dwh</groupId> <artifactId>talendRoutines</artifactId> - <version>${version.talend-routines}</version> + <version>5.1.1.r84309</version> </dependency> <dependency> <groupId>ovirt_engine_dwh</groupId> <artifactId>advancedPersistentLookupLib</artifactId> - <version>${version.advancedPersistentLookupLib}</version> + <version>1.0</version> </dependency> </dependencies> diff --git a/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml b/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml index 97e857e..ced4857 100644 --- a/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml +++ b/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml @@ -11,7 +11,7 @@ <groupId>ovirt_engine_dwh</groupId> <artifactId>talendRoutines</artifactId> <packaging>jar</packaging> - <version>${version.talend-routines}</version> + <version>5.1.1.r84309</version> <name>Talend's Routines</name> <description>The talend routines required for etl jobs</description> diff --git a/pom.xml b/pom.xml index a6ad678..94de598 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,6 @@ <version.commons-collections>3.2.1</version.commons-collections> <version.log4j>1.2.14</version.log4j> <version.dom4j>1.6.1</version.dom4j> - <version.talend-routines>5.1.1.r84309</version.talend-routines> - <version.advancedPersistentLookupLib>1.0</version.advancedPersistentLookupLib> <version.postgresql-jdbc>9.1-901-1.jdbc4</version.postgresql-jdbc> <version.dependency-plugin>2.4</version.dependency-plugin> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- To view, visit http://gerrit.ovirt.org/7379 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iabd56405617f9e67a1819e463ba344bbf8d50c1b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <yd...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches