Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsoar-5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marinier committed Apr 21, 2023
1 parent 6a92b86 commit e9228de
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jsoar-repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<artifactId>jsoar-repl</artifactId>
<name>jsoar-repl</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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>5.0.1-SNAPSHOT</version>
<version>5.0.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>jsoar-5.0.0</tag>
<tag>jsoar-5.0.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit e9228de

Please sign in to comment.