-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from ostelco/develop
New release of OCSgw
- Loading branch information
Showing
33 changed files
with
402 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,10 +64,10 @@ uploadArchives.repositories.mavenDeployer { | |
} | ||
|
||
pom.project { | ||
name 'ostelco diameter stack' | ||
name = 'ostelco diameter stack' | ||
packaging 'jar' | ||
// optionally artifactId can be defined here | ||
description 'A library to communicate over the Diameter protocol.' | ||
description = 'A library to communicate over the Diameter protocol.' | ||
url 'https://github.com/ostelco/ostelco-core/tree/develop/diameter-stack' | ||
|
||
scm { | ||
|
@@ -78,15 +78,15 @@ uploadArchives.repositories.mavenDeployer { | |
|
||
licenses { | ||
license { | ||
name 'The Apache License, Version 2.0' | ||
name = 'The Apache License, Version 2.0' | ||
url 'http://www.apache.org/licenses/LICENSE-2.0.txt' | ||
} | ||
} | ||
|
||
developers { | ||
developer { | ||
id 'la3lma' | ||
name 'Bjørn Remseth' | ||
name = 'Bjørn Remseth' | ||
email '[email protected]' | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,10 +52,10 @@ uploadArchives.repositories.mavenDeployer { | |
} | ||
|
||
pom.project { | ||
name 'ostelco diameter test' | ||
name = 'ostelco diameter test' | ||
packaging 'jar' | ||
// optionally artifactId can be defined here | ||
description 'A library for testing over the Diameter protocol.' | ||
description = 'A library for testing over the Diameter protocol.' | ||
url 'https://github.com/ostelco/ostelco-core/tree/develop/diameter-test' | ||
|
||
scm { | ||
|
@@ -66,15 +66,15 @@ uploadArchives.repositories.mavenDeployer { | |
|
||
licenses { | ||
license { | ||
name 'The Apache License, Version 2.0' | ||
name = 'The Apache License, Version 2.0' | ||
url 'http://www.apache.org/licenses/LICENSE-2.0.txt' | ||
} | ||
} | ||
|
||
developers { | ||
developer { | ||
id 'la3lma' | ||
name 'Bjørn Remseth' | ||
name = 'Bjørn Remseth' | ||
email '[email protected]' | ||
} | ||
} | ||
|
Oops, something went wrong.