Skip to content

Commit 088eea3

Browse files
committed
[maven-release-plugin] prepare release selenograph-1.0
1 parent 82f6dee commit 088eea3

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

beans/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>selenograph</artifactId>
75
<groupId>ru.qatools.seleniumkit</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

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

75
<groupId>ru.qatools.seleniumkit</groupId>
86
<artifactId>selenograph</artifactId>
97
<packaging>pom</packaging>
10-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
119

1210
<parent>
1311
<groupId>org.sonatype.oss</groupId>
@@ -32,7 +30,7 @@
3230
<connection>scm:git:[email protected]:seleniumkit/selenograph.git</connection>
3331
<developerConnection>scm:git:[email protected]:seleniumkit/selenograph.git</developerConnection>
3432
<url>scm:git:[email protected]:seleniumkit/selenograph.git</url>
35-
<tag>HEAD</tag>
33+
<tag>selenograph-1.0</tag>
3634
</scm>
3735

3836
<dependencyManagement>

server/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>selenograph</artifactId>
75
<groupId>ru.qatools.seleniumkit</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<packaging>war</packaging>

service/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>selenograph</artifactId>
75
<groupId>ru.qatools.seleniumkit</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)