Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsoar-4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marinier committed May 14, 2022
1 parent da99757 commit cadc958
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion jsoar-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions jsoar-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.swinglabs.swingx</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-tcl</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions jsoar-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,12 +43,12 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-debugger</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jsoar-legilimens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jsoar-performance-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down
10 changes: 4 additions & 6 deletions jsoar-repl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>
<artifactId>jsoar-repl</artifactId>
<name>jsoar-repl</name>
Expand Down Expand Up @@ -104,12 +102,12 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-tcl</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>

<!-- This is needed to specify the "provided" part, so the graal native image compiler stuff doesn't end up in the executable -->
Expand Down
4 changes: 2 additions & 2 deletions jsoar-soar2soar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions jsoar-soarunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>edu.umich.soar</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jsoar-tcl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.github.dronox</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>JSoar is a pure Java implementation of the Soar kernel.</description>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/soartech/jsoar.git</connection>
<developerConnection>scm:git:https://github.com/soartech/jsoar.git</developerConnection>
<url>https://github.com/soartech/jsoar/tree/maven/</url>
<tag>HEAD</tag>
<tag>jsoar-4.1.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit cadc958

Please sign in to comment.