Version 0.4.3
This commit is contained in:
parent
3441ff0168
commit
5f39b8280e
3 changed files with 4 additions and 20 deletions
16
.idea/misc.xml
generated
16
.idea/misc.xml
generated
|
@ -74,20 +74,4 @@
|
|||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.8.x" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/kobaltBuild/classes" />
|
||||
</component>
|
||||
<component name="masterDetails">
|
||||
<states>
|
||||
<state key="ProjectJDKs.UI">
|
||||
<settings>
|
||||
<last-edited>1.8.x</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.19944212" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
</states>
|
||||
</component>
|
||||
</project>
|
|
@ -6,7 +6,7 @@ import net.thauvin.erik.kobalt.plugin.versioneye.*
|
|||
|
||||
val repos = repos()
|
||||
|
||||
//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.2-beta.jar"))
|
||||
//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.3-beta.jar"))
|
||||
val pl = plugins("net.thauvin.erik:kobalt-versioneye:")
|
||||
|
||||
val p = project {
|
||||
|
@ -30,7 +30,7 @@ val p = project {
|
|||
compile("ch.qos.logback:logback-core:0.5")
|
||||
compile("ch.qos.logback:logback-classic:1.1.7")
|
||||
compile("commons-httpclient:commons-httpclient:jar:3.1")
|
||||
//compile("com.beust:kobalt-plugin-api:0.878")
|
||||
compile("com.beust:kobalt-plugin-api:0.878")
|
||||
}
|
||||
|
||||
|
||||
|
@ -58,6 +58,6 @@ val p = project {
|
|||
// verbose = true
|
||||
// visibility = "public"
|
||||
|
||||
//failOn(Fail.securityCheck)
|
||||
//failOn(Fail.licensesUnknownCheck, Fail.licensesCheck, Fail.securityCheck, Fail.dependenciesCheck)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ val p = project {
|
|||
name = "kobalt-versioneye"
|
||||
group = "net.thauvin.erik"
|
||||
artifactId = name
|
||||
version = "0.4.2-beta"
|
||||
version = "0.4.3-beta"
|
||||
|
||||
pom = Model().apply {
|
||||
description = "VersionEye plug-in for the Kobalt build system."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue