Skip to content

Commit a6e3086

Browse files
committed
[maven-release-plugin] prepare release jsoar-4.1.2
1 parent 790991b commit a6e3086

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

jsoar-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jsoar-debugger/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.soartech</groupId>
6969
<artifactId>jsoar-core</artifactId>
70-
<version>4.1.2-SNAPSHOT</version>
70+
<version>4.1.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.swinglabs.swingx</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.soartech</groupId>
8989
<artifactId>jsoar-tcl</artifactId>
90-
<version>4.1.2-SNAPSHOT</version>
90+
<version>4.1.2</version>
9191
<scope>compile</scope>
9292
</dependency>
9393

jsoar-demos/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -43,12 +43,12 @@
4343
<dependency>
4444
<groupId>com.soartech</groupId>
4545
<artifactId>jsoar-core</artifactId>
46-
<version>4.1.2-SNAPSHOT</version>
46+
<version>4.1.2</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.soartech</groupId>
5050
<artifactId>jsoar-debugger</artifactId>
51-
<version>4.1.2-SNAPSHOT</version>
51+
<version>4.1.2</version>
5252
</dependency>
5353
</dependencies>
5454

jsoar-legilimens/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.soartech</groupId>
2222
<artifactId>jsoar-core</artifactId>
23-
<version>4.1.2-SNAPSHOT</version>
23+
<version>4.1.2</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.freemarker</groupId>

jsoar-performance-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.soartech</groupId>
1414
<artifactId>jsoar-core</artifactId>
15-
<version>4.1.2-SNAPSHOT</version>
15+
<version>4.1.2</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.dataformat</groupId>

jsoar-repl/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.soartech</groupId>
55
<artifactId>jsoar</artifactId>
6-
<version>4.1.2-SNAPSHOT</version>
6+
<version>4.1.2</version>
77
</parent>
88
<artifactId>jsoar-repl</artifactId>
99
<name>jsoar-repl</name>
@@ -102,12 +102,12 @@
102102
<dependency>
103103
<groupId>com.soartech</groupId>
104104
<artifactId>jsoar-core</artifactId>
105-
<version>4.1.2-SNAPSHOT</version>
105+
<version>4.1.2</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.soartech</groupId>
109109
<artifactId>jsoar-tcl</artifactId>
110-
<version>4.1.2-SNAPSHOT</version>
110+
<version>4.1.2</version>
111111
</dependency>
112112

113113
<!-- This is needed to specify the "provided" part, so the graal native image compiler stuff doesn't end up in the executable -->

jsoar-soar2soar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.soartech</groupId>
4545
<artifactId>jsoar-core</artifactId>
46-
<version>4.1.2-SNAPSHOT</version>
46+
<version>4.1.2</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

jsoar-soarunit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.soartech</groupId>
7979
<artifactId>jsoar-core</artifactId>
80-
<version>4.1.2-SNAPSHOT</version>
80+
<version>4.1.2</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>edu.umich.soar</groupId>

jsoar-tcl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.soartech</groupId>
1414
<artifactId>jsoar-core</artifactId>
15-
<version>4.1.2-SNAPSHOT</version>
15+
<version>4.1.2</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.github.dronox</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.soartech</groupId>
44
<artifactId>jsoar</artifactId>
5-
<version>4.1.2-SNAPSHOT</version>
5+
<version>4.1.2</version>
66
<packaging>pom</packaging>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>JSoar is a pure Java implementation of the Soar kernel.</description>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:https://github.com/soartech/jsoar.git</connection>
2727
<developerConnection>scm:git:https://github.com/soartech/jsoar.git</developerConnection>
2828
<url>https://github.com/soartech/jsoar/tree/maven/</url>
29-
<tag>HEAD</tag>
29+
<tag>jsoar-4.1.2</tag>
3030
</scm>
3131

3232
<properties>

0 commit comments

Comments
 (0)