Skip to content

Commit df1c8a2

Browse files
committed
[maven-release-plugin] prepare release component-inspector-1.0
1 parent 0cfbfde commit df1c8a2

7 files changed

Lines changed: 28 additions & 40 deletions

File tree

component-inspector-core/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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
<parent>
75
<groupId>com.tangorabox</groupId>
86
<artifactId>component-inspector</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108
</parent>
119

1210
<artifactId>component-inspector-core</artifactId>
1311
<name>component-inspector-core</name>
14-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1513

1614
</project>

component-inspector-fx/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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
<parent>
75
<groupId>com.tangorabox</groupId>
86
<artifactId>component-inspector</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108
</parent>
119

1210
<artifactId>component-inspector-fx</artifactId>
1311
<name>component-inspector-fx</name>
14-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1513

1614
<dependencies>
1715
<dependency>
1816
<groupId>com.tangorabox</groupId>
1917
<artifactId>component-inspector-core</artifactId>
20-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0</version>
2119
</dependency>
2220
<dependency>
2321
<groupId>org.openjfx</groupId>

component-inspector-swing/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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
<parent>
75
<groupId>com.tangorabox</groupId>
86
<artifactId>component-inspector</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108
</parent>
119

1210
<artifactId>component-inspector-swing</artifactId>
1311
<name>component-inspector-swing</name>
14-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1513

1614
<dependencies>
1715
<dependency>
1816
<groupId>com.tangorabox</groupId>
1917
<artifactId>component-inspector-core</artifactId>
20-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0</version>
2119
</dependency>
2220
</dependencies>
2321

hybrid-example/pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,36 @@
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
<parent>
75
<groupId>com.tangorabox</groupId>
86
<artifactId>component-inspector</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108
</parent>
119

1210
<artifactId>hybrid-example</artifactId>
1311
<name>hybrid-example</name>
14-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1513

1614
<dependencies>
1715
<dependency>
1816
<groupId>com.tangorabox</groupId>
1917
<artifactId>component-inspector-fx</artifactId>
20-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0</version>
2119
</dependency>
2220
<dependency>
2321
<groupId>com.tangorabox</groupId>
2422
<artifactId>component-inspector-swing</artifactId>
25-
<version>1.0-SNAPSHOT</version>
23+
<version>1.0</version>
2624
</dependency>
2725
<dependency>
2826
<groupId>com.tangorabox</groupId>
2927
<artifactId>javafx-example</artifactId>
30-
<version>1.0-SNAPSHOT</version>
28+
<version>1.0</version>
3129
</dependency>
3230
<dependency>
3331
<groupId>com.tangorabox</groupId>
3432
<artifactId>swing-example</artifactId>
35-
<version>1.0-SNAPSHOT</version>
33+
<version>1.0</version>
3634
</dependency>
3735
<dependency>
3836
<groupId>org.openjfx</groupId>

javafx-example/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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
<parent>
75
<groupId>com.tangorabox</groupId>
86
<artifactId>component-inspector</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108
</parent>
119

1210
<artifactId>javafx-example</artifactId>
1311
<name>javafx-example</name>
14-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1513

1614
<dependencies>
1715
<dependency>
1816
<groupId>com.tangorabox</groupId>
1917
<artifactId>component-inspector-fx</artifactId>
20-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0</version>
2119
</dependency>
2220
<dependency>
2321
<groupId>org.openjfx</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.tangorabox</groupId>
77
<artifactId>component-inspector</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<name>component-inspector</name>
1010

1111
<url>https://github.com/TangoraBox/ComponentInspector</url>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:git://github.com/TangoraBox/ComponentInspector.git</connection>
5757
<developerConnection>scm:git:git@github.com:TangoraBox/ComponentInspector.git</developerConnection>
5858
<url>https://github.com/TangoraBox/ComponentInspector</url>
59-
<tag>HEAD</tag>
59+
<tag>component-inspector-1.0</tag>
6060
</scm>
6161

6262
<organization>

swing-example/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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
<parent>
75
<groupId>com.tangorabox</groupId>
86
<artifactId>component-inspector</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108
</parent>
119

1210
<artifactId>swing-example</artifactId>
1311
<name>swing-example</name>
14-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1513

1614
<dependencies>
1715
<dependency>
1816
<groupId>com.tangorabox</groupId>
1917
<artifactId>component-inspector-swing</artifactId>
20-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0</version>
2119
</dependency>
2220
</dependencies>
2321

0 commit comments

Comments
 (0)