Selenium: update groupId and repository for Selenium framework 
---------------------------------------------------------------

                 Key: RF-7083
                 URL: https://jira.jboss.org/jira/browse/RF-7083
             Project: RichFaces
          Issue Type: Task
          Components: build
    Affects Versions: 3.3.1
            Reporter: Nick Belaevski
            Assignee: Nick Belaevski
             Fix For: 3.3.2.CR1


1. Repositories to use:

        <repositories>
                <repository>
                        <id>nexus.openqa.org-releases</id>
                        <name>nexus.openqa.org-releases</name>
                        
<url>http://nexus.openqa.org/content/repositories/releases</url>
                        <layout>default</layout>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
                        <releases>
                                <enabled>true</enabled>
                        </releases>
                </repository>
                <repository>
                        <id>nexus.openqa.org-snapshots</id>
                        <name>nexus.openqa.org-snapshots</name>
                        
<url>http://nexus.openqa.org/content/repositories/snapshots</url>
                        <layout>default</layout>
                        <snapshots>
                                <enabled>true</enabled>
                        </snapshots>
                        <releases>
                                <enabled>false</enabled>
                        </releases>
                </repository>
        </repositories>

2. Group ids: now is "org.seleniumhq.selenium.client-drivers" instead of 
"org.openqa.selenium.client-drivers"

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to