Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsoar-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marinier committed May 30, 2020
1 parent f381947 commit 7a8f224
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.0.2-SNAPSHOT</version>
<version>4.0.2</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.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.swinglabs.swingx</groupId>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-tcl</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-debugger</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
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.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.0.2-SNAPSHOT</version>
<version>4.0.2</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.0.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7a8f224

Please sign in to comment.