Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit 9a3f118

Browse files
author
Malah
committed
[maven-release-plugin] prepare release we-plan-1.0
1 parent 183b7c2 commit 9a3f118

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

domain/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>we-plan</artifactId>
87
<groupId>fr.istic.gm</groupId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>we-plan-domain</artifactId>

front/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>we-plan</artifactId>
87
<groupId>fr.istic.gm</groupId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>we-plan-front</artifactId>

infra/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>we-plan</artifactId>
87
<groupId>fr.istic.gm</groupId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>we-plan-infra</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>fr.istic.gm</groupId>
76
<artifactId>we-plan</artifactId>
8-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
98
<packaging>pom</packaging>
109
<name>WePlan</name>
1110

@@ -25,7 +24,7 @@
2524

2625
<scm>
2726
<developerConnection>scm:git:ssh://[email protected]:ISTIC-M2-ILa-GM/WePlan.git</developerConnection>
28-
<tag>HEAD</tag>
27+
<tag>we-plan-1.0</tag>
2928
</scm>
3029

3130
<developers>

server/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>we-plan</artifactId>
87
<groupId>fr.istic.gm</groupId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>we-plan-server</artifactId>

0 commit comments

Comments
 (0)