You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/10/06 14:39:50 UTC

[jira] Closed: (GERONIMO-3511) Upgrade to TranQL 1.1 released MySQL and PostgresSQL

     [ https://issues.apache.org/jira/browse/GERONIMO-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods closed GERONIMO-3511.
----------------------------------

    Resolution: Fixed

Committed revision 582490 in 2.0.2-SNAPSHOT

> 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 <da...@yahoo.com>
> Reply-To: dev@geronimo.apache.org
> To: dev@geronimo.apache.org
> CC: Kevan Miller <ke...@gmail.com>
> References: <87...@gmail.com> <47...@apache.org> <00...@gmail.com>
> 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.