Skip to content

Commit 96a8fb1

Browse files
author
Jenkins
committed
#17 [maven-release-plugin] prepare release seshat-1.1.2
1 parent 401213d commit 96a8fb1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>seshat</artifactId>
1515
<groupId>science.aist.seshat</groupId>
16-
<version>1.1.2-SNAPSHOT</version>
16+
<version>1.1.2</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919

log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>seshat</artifactId>
1515
<groupId>science.aist.seshat</groupId>
16-
<version>1.1.2-SNAPSHOT</version>
16+
<version>1.1.2</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919

log4test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>seshat</artifactId>
1515
<groupId>science.aist.seshat</groupId>
16-
<version>1.1.2-SNAPSHOT</version>
16+
<version>1.1.2</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>science.aist.seshat</groupId>
1616
<artifactId>seshat</artifactId>
1717
<packaging>pom</packaging>
18-
<version>1.1.2-SNAPSHOT</version>
18+
<version>1.1.2</version>
1919
<modules>
2020
<module>api</module>
2121
<module>log4j2</module>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:[email protected]:FHOOEAIST/seshat.git</connection>
5555
<url>https://github.com/FHOOEAIST/seshat</url>
5656
<developerConnection>scm:git:[email protected]:FHOOEAIST/seshat.git</developerConnection>
57-
<tag>HEAD</tag>
57+
<tag>seshat-1.1.2</tag>
5858
</scm>
5959
<distributionManagement>
6060
<repository>

0 commit comments

Comments
 (0)