Skip to content

Commit

Permalink
Release 2.15.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
infilos committed May 30, 2023
1 parent b56a27a commit 28d27e9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.infilos</groupId>
<artifactId>relax-json</artifactId>
<version>2.15.0-6</version>
<version>2.15.0-7</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion relax-json-flat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>relax-json</artifactId>
<groupId>com.infilos</groupId>
<version>2.15.0-6</version>
<version>2.15.0-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion relax-json-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>relax-json</artifactId>
<groupId>com.infilos</groupId>
<version>2.15.0-6</version>
<version>2.15.0-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion relax-json-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>relax-json</artifactId>
<groupId>com.infilos</groupId>
<version>2.15.0-6</version>
<version>2.15.0-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
32 changes: 31 additions & 1 deletion relax-json-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>relax-json</artifactId>
<groupId>com.infilos</groupId>
<version>2.15.0-6</version>
<version>2.15.0-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,4 +32,34 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.4.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
</execution>
<execution>
<id>attach-sources</id>
<goals>
<goal>add-source</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion relax-json-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>relax-json</artifactId>
<groupId>com.infilos</groupId>
<version>2.15.0-6</version>
<version>2.15.0-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 28d27e9

Please sign in to comment.