You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Darren Hartford (JIRA)" <ji...@apache.org> on 2006/09/13 16:28:22 UTC

[jira] Created: (JCR-570) Fix pom.xml in jackrabbit core (small fix, big return)

Fix pom.xml in jackrabbit core (small fix, big return)
------------------------------------------------------

                 Key: JCR-570
                 URL: http://issues.apache.org/jira/browse/JCR-570
             Project: Jackrabbit
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: Maven2
            Reporter: Darren Hartford
            Priority: Critical


Change the following dependency in pom.xml to match what is really available at the maven repos:
FROM:
    <dependency>
      <groupId>jsr170</groupId>
      <artifactId>jcr</artifactId>
      <version>1.0</version>
    </dependency>


TO:
    <dependency>
      <groupId>javax.jcr</groupId>
      <artifactId>jcr</artifactId>
      <version>1.0</version>
    </dependency>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JCR-570) Fix pom.xml in jackrabbit core (small fix, big return)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-570?page=all ]

Jukka Zitting resolved JCR-570.
-------------------------------

    Fix Version/s: 1.1
       Resolution: Fixed

Fixed for jackrabbit-core and jackrabbit-jcr-rmi in revisions 446868 and 446869.

Thanks for reporting this!

> Fix pom.xml in jackrabbit core (small fix, big return)
> ------------------------------------------------------
>
>                 Key: JCR-570
>                 URL: http://issues.apache.org/jira/browse/JCR-570
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: maven
>         Environment: Maven2
>            Reporter: Darren Hartford
>         Assigned To: Jukka Zitting
>            Priority: Critical
>             Fix For: 1.1
>
>
> Change the following dependency in pom.xml to match what is really available at the maven repos:
> FROM:
>     <dependency>
>       <groupId>jsr170</groupId>
>       <artifactId>jcr</artifactId>
>       <version>1.0</version>
>     </dependency>
> TO:
>     <dependency>
>       <groupId>javax.jcr</groupId>
>       <artifactId>jcr</artifactId>
>       <version>1.0</version>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JCR-570) Fix pom.xml in jackrabbit core (small fix, big return)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-570?page=all ]

Jukka Zitting updated JCR-570:
------------------------------

    Issue Type: Improvement  (was: Bug)

> Fix pom.xml in jackrabbit core (small fix, big return)
> ------------------------------------------------------
>
>                 Key: JCR-570
>                 URL: http://issues.apache.org/jira/browse/JCR-570
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: maven
>         Environment: Maven2
>            Reporter: Darren Hartford
>         Assigned To: Jukka Zitting
>            Priority: Critical
>             Fix For: 1.1
>
>
> Change the following dependency in pom.xml to match what is really available at the maven repos:
> FROM:
>     <dependency>
>       <groupId>jsr170</groupId>
>       <artifactId>jcr</artifactId>
>       <version>1.0</version>
>     </dependency>
> TO:
>     <dependency>
>       <groupId>javax.jcr</groupId>
>       <artifactId>jcr</artifactId>
>       <version>1.0</version>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JCR-570) Fix pom.xml in jackrabbit core (small fix, big return)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-570?page=all ]

Jukka Zitting updated JCR-570:
------------------------------

          Component/s: maven
    Affects Version/s:     (was: 1.1)
             Assignee: Jukka Zitting

Oh,  the JCR jars were uploaded in the Maven repository at ibiblio. Cool!

> Fix pom.xml in jackrabbit core (small fix, big return)
> ------------------------------------------------------
>
>                 Key: JCR-570
>                 URL: http://issues.apache.org/jira/browse/JCR-570
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: maven
>         Environment: Maven2
>            Reporter: Darren Hartford
>         Assigned To: Jukka Zitting
>            Priority: Critical
>
> Change the following dependency in pom.xml to match what is really available at the maven repos:
> FROM:
>     <dependency>
>       <groupId>jsr170</groupId>
>       <artifactId>jcr</artifactId>
>       <version>1.0</version>
>     </dependency>
> TO:
>     <dependency>
>       <groupId>javax.jcr</groupId>
>       <artifactId>jcr</artifactId>
>       <version>1.0</version>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira