Atanu Mishra created TRAFODION-3160:
---------------------------------------
Summary: JDBC driver pom should have actual version instead of a
variable
Key: TRAFODION-3160
URL: https://issues.apache.org/jira/browse/TRAFODION-3160
Project: Apache Trafodion
Issue Type: Improvement
Components: client-jdbc-t4
Affects Versions: 2.2.0
Reporter: Atanu Mishra
The jdbc driver pom that is published to the central repository should not have
env.TRAFODION_VER. Instead it should contain the exact version like 2.2.0.
<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns="[http://maven.apache.org/POM/4.0.0]"
xsi:schemaLocation="[http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd|http://maven.apache.org/POM/4.0.0%20http:/maven.apache.org/maven-v4_0_0.xsd]"
xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]">
<!-- @@@ START COPYRIGHT @@@ Licensed to the Apache Software Foundation (ASF)
under one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding copyright
ownership. The ASF licenses this file to you under the Apache License, Version
2.0 (the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0] Unless required by applicable law
or agreed to in writing, software distributed under the License is distributed
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied. See the License for the specific language governing
permissions and limitations under the License. @@@ END COPYRIGHT @@@ -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.trafodion.jdbc.t4</groupId>
<artifactId>jdbcT4</artifactId>
{color:#FF0000}<version>${env.TRAFODION_VER}</version>{color}
<name>Trafodion JDBC Type4 Driver</name>
<url>[http://wiki.trafodion.org</url|http://wiki.trafodion.org%3C/url]>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)