Skip to content

Commit aa3c10a

Browse files
committed
First release!
1 parent 25c5641 commit aa3c10a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<artifactId>ready-api-discover-har</artifactId>
88
<groupId>com.smartbear</groupId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010

1111
<name>Ready! API Plugin for HTTP Archive Discovery</name>
1212

src/main/java/com/smartbear/ready/plugin/discovery/har/PluginConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
@PluginConfiguration(groupId = "com.smartbear.ready.plugins",
77
name = "Ready! API HTTP Archive REST Discovery Plugin", version = "1.0",
88
description = "Use an HTTP Archive in REST Discovery",
9-
infoUrl = "https://github.com/smartbear/")
9+
infoUrl = "https://github.com/joeljons/ready-api-discover-har")
1010
public class PluginConfig extends PluginAdapter {
1111
}

0 commit comments

Comments
 (0)