Skip to content

Commit 8d0d65a

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent a549635 commit 8d0d65a

6 files changed

Lines changed: 21 additions & 25 deletions

File tree

assertj-swing-junit-4.3.1/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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/maven-v4_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/maven-v4_0_0.xsd ">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.assertj</groupId>
98
<artifactId>assertj-swing-parent-pom</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
</parent>
1211

1312
<artifactId>assertj-swing-junit-4.3.1</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1514
<name>AssertJ-Swing - JUnit 4.3.1 Extension</name>
1615
<description>JUnit 4.3.1-specific extension for AssertJ-Swing</description>
1716

@@ -25,7 +24,7 @@
2524
<dependency>
2625
<groupId>org.assertj</groupId>
2726
<artifactId>assertj-swing-junit</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2928
<scope>compile</scope>
3029
</dependency>
3130
<dependency>

assertj-swing-junit-4.5/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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/maven-v4_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/maven-v4_0_0.xsd ">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.assertj</groupId>
98
<artifactId>assertj-swing-parent-pom</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
</parent>
1211

1312
<artifactId>assertj-swing-junit-4.5</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1514
<name>AssertJ-Swing - JUnit 4.5 Extension</name>
1615
<description>JUnit 4.5-specific extension for AssertJ-Swing</description>
1716

@@ -25,7 +24,7 @@
2524
<dependency>
2625
<groupId>org.assertj</groupId>
2726
<artifactId>assertj-swing-junit</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2928
<scope>compile</scope>
3029
</dependency>
3130
<dependency>

assertj-swing-junit/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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/maven-v4_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/maven-v4_0_0.xsd ">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.assertj</groupId>
98
<artifactId>assertj-swing-parent-pom</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
</parent>
1211

1312
<artifactId>assertj-swing-junit</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1514
<name>AssertJ-Swing - JUnit Extension</name>
1615
<description>JUnit-specific extension for AssertJ-Swing</description>
1716

@@ -37,7 +36,7 @@
3736
<dependency>
3837
<groupId>org.assertj</groupId>
3938
<artifactId>assertj-swing</artifactId>
40-
<version>1.0.0-SNAPSHOT</version>
39+
<version>1.0.0</version>
4140
<scope>compile</scope>
4241
</dependency>
4342
<dependency>

assertj-swing-testng/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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/maven-v4_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/maven-v4_0_0.xsd ">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.assertj</groupId>
98
<artifactId>assertj-swing-parent-pom</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
</parent>
1211

1312
<artifactId>assertj-swing-testng</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1514
<name>AssertJ-Swing - TestNG Extension</name>
1615
<description>TestNG-specific extension for AssertJ-Swing</description>
1716

@@ -59,7 +58,7 @@
5958
<dependency>
6059
<groupId>org.assertj</groupId>
6160
<artifactId>assertj-swing</artifactId>
62-
<version>1.0.0-SNAPSHOT</version>
61+
<version>1.0.0</version>
6362
<scope>compile</scope>
6463
</dependency>
6564
<dependency>

assertj-swing/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
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/maven-v4_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/maven-v4_0_0.xsd ">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.assertj</groupId>
87
<artifactId>assertj-swing-parent-pom</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
109
</parent>
1110

1211
<artifactId>assertj-swing</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1413
<name>AssertJ-Swing</name>
1514
<description>Fluent interface for functional GUI testing</description>
1615

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>assertj-swing-parent-pom</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1313
<packaging>pom</packaging>
1414
<name>AssertJ Swing: Fluent assertions for java unit testing</name>
1515
<description>Parent POM for all AssertJ-Swing modules</description>
@@ -39,6 +39,7 @@
3939
<developerConnection>scm:git:git@github.com:joel-costigliola/assertj-swing.git</developerConnection>
4040
<connection>git://github.com/joel-costigliola/assertj-swing.git</connection>
4141
<url>https://github.com/joel-costigliola/assertj-swing</url>
42+
<tag>1.0.0</tag>
4243
</scm>
4344
<issueManagement>
4445
<system>github</system>

0 commit comments

Comments
 (0)