Skip to content

Commit

Permalink
Add OSGI info and bump to v6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Feb 28, 2021
1 parent 4c9df25 commit a6e5f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ plugins {
id 'jacoco'
id 'signing'
id 'io.codearte.nexus-staging' version '0.21.2'
id 'biz.aQute.bnd.builder' version '5.2.0'
}

repositories {
Expand All @@ -38,7 +39,7 @@ repositories {

group = 'org.jodd'
//version = '6.0.0.' + timestamp() + "-SNAPSHOT"
version = '6.0.4'
version = '6.0.5'

rootProject.description = 'Java Mail client'

Expand All @@ -64,6 +65,7 @@ dependencies {
}

jar {
bnd ('-exportcontents': 'jodd.*')
manifest {
attributes(
'Implementation-Title': project.name,
Expand Down

0 comments on commit a6e5f0e

Please sign in to comment.