Skip to content

Commit

Permalink
pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
julian committed Feb 10, 2020
1 parent 50abaac commit 578ce17
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the maven package.
<dependency>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr-api</artifactId>
<version>1.6</version>
<version>1.7.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions inmemantlr-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.6</version>
<version>1.7.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions inmemantlr-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.6</version>
<version>1.7.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr-api</artifactId>
<version>1.6</version>
<version>1.7.0</version>
</dependency>

</dependencies>
Expand Down
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr</artifactId>
<version>1.6</version>
<version>1.7.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -59,7 +59,7 @@
<url>https://github.com/julianthome/inmemantlr/tree/master</url>
</scm>

<distributionManagement>
<!--<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand All @@ -69,6 +69,14 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
</distributionManagement>-->

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/julianthome/inmemantlr</url>
</repository>
</distributionManagement>

<build>
Expand Down

0 comments on commit 578ce17

Please sign in to comment.