Skip to content

Commit

Permalink
Merge pull request #2 from saasquatch/non-alpha
Browse files Browse the repository at this point in the history
Non alpha
  • Loading branch information
slisaasquatch authored Feb 27, 2020
2 parents 660f29f + 07c3200 commit 963474c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ Maven
<dependency>
<groupId>com.github.saasquatch</groupId>
<artifactId>json-schema-inferrer</artifactId>
<version>0.1.1-alpha-44</version>
<version>0.1.1</version>
</dependency>
```

Gradle

```gradle
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-44'
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1'
```

### Transitive Dependencies
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.saasquatch</groupId>
<artifactId>json-schema-inferrer</artifactId>
<version>0.1.1-alpha-44</version>
<version>0.1.1</version>
<packaging>jar</packaging>

<name>json-schema-inferrer</name>
Expand Down Expand Up @@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 963474c

Please sign in to comment.