Skip to content

Commit

Permalink
release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jul 22, 2023
1 parent 736d9bc commit 76a1b2a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
1 change: 1 addition & 0 deletions engine/jprol-lib-extra/pom.xml
Expand Up @@ -12,6 +12,7 @@
<artifactId>jprol-lib-extra</artifactId>
<packaging>jar</packaging>

<name>JProl extra libraries</name>
<description>Set of additional useful libraries for JProl engine</description>

<licenses>
Expand Down
29 changes: 18 additions & 11 deletions engine/pom.xml
Expand Up @@ -74,11 +74,13 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -96,11 +98,6 @@
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.19.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.3.0</version>
</plugin>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
Expand Down Expand Up @@ -171,17 +168,27 @@
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
<version>1.0.3</version>
<configuration>
<flattenMode>ossrh</flattenMode>
<remove>
<section>parent</section>
<section>modules</section>
<section>profiles/profile/modules</section>
</remove>
<removeSiblingDuplications>true</removeSiblingDuplications>
<removeDependencies>
<dependency>
<scope>test</scope>
<systemPath>*</systemPath>
</dependency>
</removeDependencies>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
<goal>upom</goal>
</goals>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion examples/java/jprol-example-life/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>jprol-core</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 76a1b2a

Please sign in to comment.