Skip to content

Commit

Permalink
Applied maven publisher and version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Levvy055 committed Oct 2, 2015
1 parent 4612495 commit 7e92e62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'signing'

sourceCompatibility = JavaVersion.VERSION_1_6
Expand Down Expand Up @@ -37,7 +38,7 @@ subprojects {

project(':fluent-hibernate-core') {
group = "com.github.v-ladynev"
version = "0.1.2"
version = "0.1.3"
description = "Library to work with Hibernate by fluent API"
archivesBaseName = "fluent-hibernate-core"

Expand All @@ -64,7 +65,6 @@ project(':fluent-hibernate-core') {
pom.project {
name 'Fluent Hibernate Core'
packaging 'jar'
// optionally artifactId can be defined here
description "A library to work with Hibernate by fluent API. This library hasn't dependencies except Hibernate dependencies. It requires Java 1.6 and above."
url 'https://github.com/v-ladynev/fluent-hibernate'

Expand All @@ -85,15 +85,15 @@ project(':fluent-hibernate-core') {
developer {
id 'v-ladynev'
name 'Vladimir Ladynev'
email 'priv@sonatype.com'
email 'v-ladynev@sonatype.com'
}
developer {
id 'levvy'
name 'Lucas Levvy'
email '[email protected]'
}
}
}
}.writeTo("build/libs/"+archivesBaseName+"-"+version+".pom")
}
}
}
Expand Down

0 comments on commit 7e92e62

Please sign in to comment.