Upgrade to TranQL 1.1 released MySQL and PostgresSQL
----------------------------------------------------
Key: GERONIMO-3511
URL: https://issues.apache.org/jira/browse/GERONIMO-3511
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: dependencies
Affects Versions: 2.0.2
Reporter: Donald Woods
Assignee: Donald Woods
Fix For: 2.0.2
-------- Original Message --------
Subject: Re: [DISCUSS] G 2.0.2 Release plan
Date: Sat, 6 Oct 2007 02:16:24 -0700
From: David Jencks <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
CC: Kevan Miller <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Kevan,
I just verified that the tranql mysql wrapper works at least a little
bit and published it. Could you update a couple pom versions before
branching?
Index: pom.xml
===================================================================
--- pom.xml (revision 580497)
+++ pom.xml (working copy)
@@ -858,13 +858,13 @@
<dependency>
<groupId>org.tranql</groupId>
<artifactId>tranql-connector-mysql-local</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<type>rar</type>
</dependency>
<dependency>
<groupId>org.tranql</groupId>
<artifactId>tranql-connector-mysql-xa</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<type>rar</type>
</dependency>
<dependency>
@@ -882,13 +882,13 @@
<dependency>
<groupId>org.tranql</groupId>
<artifactId>tranql-connector-postgresql-local</
artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<type>rar</type>
</dependency>
<dependency>
<groupId>org.tranql</groupId>
<artifactId>tranql-connector-postgresql-xa</
artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<type>rar</type>
</dependency>
<dependency>
thanks
david jencks
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.