Skip to content

Commit

Permalink
[maven-release-plugin] prepare release component-inspector-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garzy committed Jan 11, 2022
1 parent fc05ca8 commit e665a93
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions component-inspector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>component-inspector-core</artifactId>
<name>component-inspector-core</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

</project>
6 changes: 3 additions & 3 deletions component-inspector-fx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>component-inspector-fx</artifactId>
<name>component-inspector-fx</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<dependencies>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
6 changes: 3 additions & 3 deletions component-inspector-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>component-inspector-swing</artifactId>
<name>component-inspector-swing</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<dependencies>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions hybrid-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
<parent>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>hybrid-example</artifactId>
<name>hybrid-example</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<dependencies>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-fx</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-swing</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>javafx-example</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>swing-example</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
6 changes: 3 additions & 3 deletions javafx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>javafx-example</artifactId>
<name>javafx-example</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<dependencies>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-fx</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>component-inspector</name>

<url>https://github.com/TangoraBox/ComponentInspector</url>
Expand Down Expand Up @@ -56,7 +56,7 @@
<connection>scm:git:git://github.com/TangoraBox/ComponentInspector.git</connection>
<developerConnection>scm:git:git@github.com:TangoraBox/ComponentInspector.git</developerConnection>
<url>https://github.com/TangoraBox/ComponentInspector</url>
<tag>HEAD</tag>
<tag>component-inspector-1.0.2</tag>
</scm>

<organization>
Expand Down
6 changes: 3 additions & 3 deletions swing-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>swing-example</artifactId>
<name>swing-example</name>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<dependencies>
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-swing</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit e665a93

Please sign in to comment.