Skip to content

Commit

Permalink
Merge tag 'com.io7m.jsx-0.9.0' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.jsx 0.9.0

Change: Optionally start lexical positions at a given line (Ticket: #2)
Change: Add configurable comment tokens (Ticket: #1)
  • Loading branch information
io7m committed Nov 24, 2017
2 parents 818595a + af0366c commit f0b83fe
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jsx.checkstyle/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.checkstyle</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.cmdline/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.cmdline</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.combinators/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.combinators</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.core/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.documentation/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.documentation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.parser.api/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.parser.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.parser/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.parser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.prettyprint/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.prettyprint</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.tests/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>com.io7m.jsx.tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>

<packaging>pom</packaging>
<name>com.io7m.jsx</name>
Expand Down

0 comments on commit f0b83fe

Please sign in to comment.