Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Smithson <smithson@uk.ibm.com>
  • Loading branch information
crshnburn committed Mar 22, 2021
1 parent e9f770e commit 974e6c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
}

jar {
project.version '1.0.0'
project.version '2.0.0'
}

dependencies {
Expand All @@ -34,7 +34,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.ibm.zosconnect'
artifactId = 'json4j'
version = '1.0.0'
version = '2.0.0'

from components.java
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibm/json/java/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
/**
* @version 1.0.0
*/
@org.osgi.annotation.versioning.Version("1.0.0")
@org.osgi.annotation.versioning.Version("2.0.0")
package com.ibm.json.java;
4 changes: 2 additions & 2 deletions src/main/java/com/ibm/json/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* @version 1.0.0
* @version 2.0.0
*/
@org.osgi.annotation.versioning.Version("1.0.0")
@org.osgi.annotation.versioning.Version("2.0.0")
package com.ibm.json;
2 changes: 1 addition & 1 deletion src/main/java/com/ibm/json/xml/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
/**
* @version 1.0.0
*/
@org.osgi.annotation.versioning.Version("1.0.0")
@org.osgi.annotation.versioning.Version("2.0.0")
package com.ibm.json.xml;

0 comments on commit 974e6c9

Please sign in to comment.