Skip to content

Commit e266d79

Browse files
author
Jenkins
committed
#2 [maven-release-plugin] prepare release seshat-1.0.0
1 parent b9631c0 commit e266d79

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
~
1010
-->
1111

12-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1413
<parent>
1514
<artifactId>seshat</artifactId>
1615
<groupId>science.aist.seshat</groupId>
17-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1817
</parent>
1918
<modelVersion>4.0.0</modelVersion>
2019

log4j2/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
~
1010
-->
1111

12-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1413
<parent>
1514
<artifactId>seshat</artifactId>
1615
<groupId>science.aist.seshat</groupId>
17-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1817
</parent>
1918
<modelVersion>4.0.0</modelVersion>
2019

log4test/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
~
1010
-->
1111

12-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xmlns="http://maven.apache.org/POM/4.0.0"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1513
<parent>
1614
<artifactId>seshat</artifactId>
1715
<groupId>science.aist.seshat</groupId>
18-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1917
</parent>
2018
<modelVersion>4.0.0</modelVersion>
2119

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
~
1010
-->
1111

12-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1413
<modelVersion>4.0.0</modelVersion>
1514

1615
<groupId>science.aist.seshat</groupId>
1716
<artifactId>seshat</artifactId>
1817
<packaging>pom</packaging>
19-
<version>1.0.0-SNAPSHOT</version>
18+
<version>1.0.0</version>
2019
<modules>
2120
<module>api</module>
2221
<module>log4j2</module>
@@ -58,7 +57,7 @@
5857
<connection>scm:git:[email protected]:FHOOEAIST/seshat.git</connection>
5958
<url>https://github.com/FHOOEAIST/seshat</url>
6059
<developerConnection>scm:git:[email protected]:FHOOEAIST/seshat.git</developerConnection>
61-
<tag>HEAD</tag>
60+
<tag>seshat-1.0.0</tag>
6261
</scm>
6362
<distributionManagement>
6463
<repository>

0 commit comments

Comments
 (0)