Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

PhantomJS release v2.1.1 #42

Closed
RichardBradley opened this issue Feb 9, 2016 · 5 comments
Closed

PhantomJS release v2.1.1 #42

RichardBradley opened this issue Feb 9, 2016 · 5 comments

Comments

@RichardBradley
Copy link

PhantomJS has released ver 2.1,

http://phantomjs.org/releases.html

PhantomJS 2.1 was released on January 23, 2016. It came with an updated WebKit library based on Qt 5.5.

The download page has 2.1.1 http://phantomjs.org/download.html

Please could you bundle this up for phantomjs-maven-plugin and update here when it's ready?

(I'd submit a PR, but I don't know how to for this.)

@mikeapr4
Copy link

+1

1 similar comment
@shaehnel
Copy link

+1

@hennr
Copy link
Contributor

hennr commented Feb 20, 2016

It already works.

Try it:

<plugin>
    <groupId>com.github.klieber</groupId>
    <artifactId>phantomjs-maven-plugin</artifactId>
    <version>0.7</version>
    <executions>
        <execution>
            <goals>
                <goal>install</goal>
            </goals>
        </execution>
    </executions>
    <configuration>
        <version>2.1.1</version>
    </configuration>
</plugin>

@shaehnel
Copy link

My bad, works for me now. Our local Nexus had problems.

@klieber
Copy link
Owner

klieber commented Apr 18, 2016

Sorry I'm just looking at this now, but as others have noted 2.1.1 should be in maven central as of 1/28/2016:

http://search.maven.org/#artifactdetails%7Ccom.github.klieber%7Cphantomjs%7C2.1.1%7CN%2FA

@klieber klieber closed this as completed Apr 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants