Skip to content

Commit

Permalink
Make implementation titles consitently lower-case
Browse files Browse the repository at this point in the history
  • Loading branch information
bertilmuth committed Jan 18, 2017
1 parent c1eb7db commit 993ab99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirementsascodecore/build.gradle
Expand Up @@ -9,7 +9,7 @@ repositories {

jar {
manifest {
attributes 'Implementation-Title': 'Requirements as Code - Core',
attributes 'Implementation-Title': 'requirementsascode - core',
'Implementation-Version': version
}
}
Expand Down
Expand Up @@ -8,7 +8,7 @@ repositories {

jar {
manifest {
attributes 'Implementation-Title': 'Requirements as Code - Hello World',
attributes 'Implementation-Title': 'requirementsascode - cross cutting concerns',
'Implementation-Version': version
}
}
Expand Down
2 changes: 1 addition & 1 deletion requirementsascodeexamples/helloworld/build.gradle
Expand Up @@ -8,7 +8,7 @@ repositories {

jar {
manifest {
attributes 'Implementation-Title': 'Requirements as Code - Hello World',
attributes 'Implementation-Title': 'requirementsascode - hello world',
'Implementation-Version': version
}
}
Expand Down
2 changes: 1 addition & 1 deletion requirementsascodeexamples/shoppingappjavafx/build.gradle
Expand Up @@ -9,7 +9,7 @@ repositories {

jar {
manifest {
attributes 'Implementation-Title': 'Requirements as Code - Shopping Application JavaFX',
attributes 'Implementation-Title': 'requirementsascode - shopping application JavaFX',
'Implementation-Version': version
}
}
Expand Down

0 comments on commit 993ab99

Please sign in to comment.