[go: up one dir, main page]

Skip to content

Commit

Permalink
Upgrading new versio
Browse files Browse the repository at this point in the history
  • Loading branch information
preetkaran20 committed Jul 12, 2021
1 parent 3219051 commit 5f6b0ec
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 @@ -25,7 +25,8 @@ publishing {
mavenJava(MavenPublication) {
artifactId = 'facade-schema'
groupId = 'io.github.sasanlabs'
version = '1.0.1'
version = '1.0.2'

from components.java
versionMapping {
usage('java-api') {
Expand All @@ -38,6 +39,7 @@ publishing {
pom {
name = 'facade-schema'
url = 'https://github.com/SasanLabs/facade-schema'
description = 'Schema to fulfill the VulnerableApp-facade contract'

licenses {
license {
Expand Down

0 comments on commit 5f6b0ec

Please sign in to comment.