TheProjecter / sardine

Automatically exported from code.google.com/p/sardine
0 stars 0 forks source link

Mavenize Sardine v307 #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mavenize Sardine v307

Original issue reported on code.google.com by dynaw...@gmail.com on 15 Nov 2011 at 11:01

GoogleCodeExporter commented 9 years ago
That would be r308 now.

Original comment by dkocher@sudo.ch on 18 Nov 2011 at 9:16

GoogleCodeExporter commented 9 years ago
I did another release of r314.

Original comment by dkocher@sudo.ch on 19 Nov 2011 at 10:33

GoogleCodeExporter commented 9 years ago
Hi, no new dependencies since the last mavenized? This time I skipped checking 
that.

Original comment by dynaw...@gmail.com on 20 Nov 2011 at 11:28

GoogleCodeExporter commented 9 years ago
Dependencies *have* changed since r146 that I can find in Maven Central. Most 
importantly is the HTTP components dependency.

        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
            <version>4.1.3</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.1.2</version>
            <scope>compile</scope>
        </dependency>

Original comment by dkocher@sudo.ch on 21 Nov 2011 at 6:03

GoogleCodeExporter commented 9 years ago
Has anybody considered adding Sardine to the Sonatype OSS Nexus repo 
[https://oss.sonatype.org/index.html#welcome]?

Original comment by michael.laccetti on 17 Jul 2012 at 5:52

GoogleCodeExporter commented 9 years ago
See https://groups.google.com/forum/?fromgroups=#!topic/sardine-dav/WKXIaQjKI34

Original comment by dkocher@sudo.ch on 19 Apr 2013 at 1:48

GoogleCodeExporter commented 9 years ago
Done as of 
https://github.com/lookfirst/sardine/commit/b53f0c2bbce3a7f0556b46d2cd4aa3664ec5
3210

Original comment by dkocher@sudo.ch on 19 Apr 2013 at 1:48