Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Updated izpack 5.0.0-rc1-SNAPSHOT -> 5.0.0-beta11 (as the snapshot ve…
Browse files Browse the repository at this point in the history
…rsion isn't available anymore)
  • Loading branch information
taconaut committed Oct 22, 2013
1 parent 71c4df4 commit 3319b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -139,7 +139,7 @@
-->
<makensis-bin>${external-resources.directory}/third-party/nsis/makensis.exe</makensis-bin>

<izpack.version>5.0.0-rc1-SNAPSHOT</izpack.version>
<izpack.version>5.0.0-beta11</izpack.version>
<izpack.staging>${project.build.directory}/staging</izpack.staging>
<izpack.installer.app>${project.build.directory}/${project.name} Setup.app</izpack.installer.app>

Expand Down

2 comments on commit 3319b8c

@Raptor399
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The availability of the SNAPSHOT version can be a bit flakey every now and then (maybe when they release a newer version), but it appears to work here:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PS3 Media Server 1.90.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://oss.sonatype.org/content/groups/public/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/maven-metadata.xml
Downloading: https://nexus.codehaus.org/content/repositories/releases/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/maven-metadata.xml
Downloading: https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/maven-metadata.xml
Downloaded: https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/maven-metadata.xml (379 B at 0.1 KB/sec)
Downloading: http://oss.sonatype.org/content/groups/public/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/izpack-maven-plugin-5.0.0-rc1-20131015.165052-26.pom
Downloading: https://nexus.codehaus.org/content/repositories/releases/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/izpack-maven-plugin-5.0.0-rc1-20131015.165052-26.pom
Downloading: https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/izpack/izpack-maven-plugin/5.0.0-rc1-SNAPSHOT/izpack-maven-plugin-5.0.0-rc1-20131015.165052-26.pom
[etc...]

I wish they would just release IzPack 5.0 and move on from there. ;-)

@taconaut
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see :) Feel free to change it back if you want to use the rc version. It's probably safer to use a non snapshot version as it won't be overwritten by an update though.
And yes, a stable 5.0 would be the best :)

Please sign in to comment.