Menu

#1408 PMD 5.3.4 appears as released, but is not yet in maven central

PMD-5.3.4
closed
None
PMD
1-Blocker
Bug
5.3.4
2015-09-20
2015-09-18
Juan Sotuyo
No

Discussion

  • Andreas Dangel

    Andreas Dangel - 2015-09-18
    • status: open --> in-progress
    • Milestone: New Tickets --> PMD-5.3.4
     
  • Andreas Dangel

    Andreas Dangel - 2015-09-18

    Yes, I'm also missing it :) If it doesn't appear by tomorrow, I'll upload it again.

     
  • Andreas Dangel

    Andreas Dangel - 2015-09-19
    • status: in-progress --> closed
     
  • Andreas Dangel

    Andreas Dangel - 2015-09-19

    PMD 5.3.4 is now in central - see http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/

    Let me know if you experience any problems, thanks!

     
  • Juan Sotuyo

    Juan Sotuyo - 2015-09-19

    Yes, it's available now. Thanks!

    I'm curious though on why this release didn't include this fix: https://github.com/pmd/pmd/pull/65

    Any schedule / roadmap on 5.4.0?

    Thanks in advance!

     
  • Andreas Dangel

    Andreas Dangel - 2015-09-20

    I plan to release 5.4.0 in 2 weeks or so.... meanwhile, if you need this fix urgent, you can take the snapshot from:

    https://sourceforge.net/projects/pmd/files/pmd/5.4.0-SNAPSHOT/

    or for maven from here:

            <repository>
                <id>sonatype-nexus-snapshots</id>
                <name>Sonatype Nexus Snapshots</name>
                <url>https://oss.sonatype.org/content/repositories/snapshots</url>
                <releases>
                    <enabled>false</enabled>
                </releases>
                <snapshots>
                    <enabled>true</enabled>
                </snapshots>
            </repository>
    
     

Log in to post a comment.