Removed VersionEye as the service is shutting down.
This commit is contained in:
parent
7ed7839a2d
commit
575b143d4c
2 changed files with 1 additions and 49 deletions
|
@ -5,7 +5,6 @@ import com.beust.kobalt.plugin.publish.autoGitTag
|
|||
import com.beust.kobalt.plugin.publish.bintray
|
||||
import com.beust.kobalt.profile
|
||||
import com.beust.kobalt.project
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
|
||||
import org.apache.maven.model.Developer
|
||||
import org.apache.maven.model.License
|
||||
import org.apache.maven.model.Model
|
||||
|
@ -13,7 +12,7 @@ import org.apache.maven.model.Scm
|
|||
|
||||
val bs = buildScript {
|
||||
repos(localMaven())
|
||||
plugins("net.thauvin.erik:kobalt-versioneye:", "net.thauvin.erik:kobalt-maven-local:")
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||
}
|
||||
|
||||
val dev by profile()
|
||||
|
@ -74,9 +73,4 @@ val p = project {
|
|||
description = "Release version $version"
|
||||
vcsTag = version
|
||||
}
|
||||
|
||||
versionEye {
|
||||
org = "Thauvin"
|
||||
team = "Owners"
|
||||
}
|
||||
}
|
42
pom.xml
42
pom.xml
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.thauvin.erik</groupId>
|
||||
<artifactId>kobalt-property-file</artifactId>
|
||||
<version>0.9.0</version>
|
||||
<name>kobalt-property-file</name>
|
||||
<description>PropertyFile plug-in for the Kobalt build system.</description>
|
||||
<url>https://github.com/ethauvin/kobalt-property-file</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>BSD 3-Clause</name>
|
||||
<url>https://opensource.org/licenses/BSD-3-Clause</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>ethauvin</id>
|
||||
<name>Erik C. Thauvin</name>
|
||||
<email>erik@thauvin.net</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>https://github.com/ethauvin/kobalt-property-file.git</connection>
|
||||
<developerConnection>git@github.com:ethauvin/kobalt-property-file.git</developerConnection>
|
||||
<url>https://github.com/ethauvin/kobalt-property-file</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.beust</groupId>
|
||||
<artifactId>kobalt-plugin-api</artifactId>
|
||||
<version>(0,]</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
<version>6.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue