Skip to content

Commit 963474c

Browse files
Merge pull request #2 from saasquatch/non-alpha
Non alpha
2 parents 660f29f + 07c3200 commit 963474c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ Maven
176176
<dependency>
177177
<groupId>com.github.saasquatch</groupId>
178178
<artifactId>json-schema-inferrer</artifactId>
179-
<version>0.1.1-alpha-44</version>
179+
<version>0.1.1</version>
180180
</dependency>
181181
```
182182

183183
Gradle
184184

185185
```gradle
186-
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-44'
186+
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1'
187187
```
188188

189189
### Transitive Dependencies

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.saasquatch</groupId>
66
<artifactId>json-schema-inferrer</artifactId>
7-
<version>0.1.1-alpha-44</version>
7+
<version>0.1.1</version>
88
<packaging>jar</packaging>
99

1010
<name>json-schema-inferrer</name>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-source-plugin</artifactId>
114-
<version>3.2.0</version>
114+
<version>3.2.1</version>
115115
<executions>
116116
<execution>
117117
<id>attach-sources</id>

0 commit comments

Comments
 (0)