Skip to content

Commit

Permalink
[maven-release-plugin] prepare release restclient-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Apr 26, 2015
1 parent 253003a commit 9d7fc9a
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 155 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<packaging>pom</packaging>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
<name>restclient</name>
<url>https://github.com/wiztools/rest-client</url>
<properties>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/wiztools/rest-client.git</connection>
<developerConnection>scm:git:git@github.com:wiztools/rest-client.git</developerConnection>
<url>https://github.com/wiztools/rest-client</url>
<tag>HEAD</tag>
<tag>restclient-3.5</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions restclient-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-cli</artifactId>
<packaging>jar</packaging>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</dependency>
</dependencies>
</project>
282 changes: 141 additions & 141 deletions restclient-jfx/pom.xml
Original file line number Diff line number Diff line change
@@ -1,141 +1,141 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>restclient</artifactId>
<groupId>org.wiztools.restclient</groupId>
<version>3.4.3-SNAPSHOT</version>
</parent>

<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-jfx</artifactId>
<version>3.4.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>restclient-jfx</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mainClass>org.wiztools.restclient.jfx.MainApp</mainClass>
</properties>

<organization>
<!-- Used as the 'Vendor' for JNLP generation -->
<name>Your Organisation</name>
</organization>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>unpack-dependencies</id>
<phase>package</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<excludeScope>system</excludeScope>
<excludeGroupIds>junit,org.mockito,org.hamcrest</excludeGroupIds>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<id>unpack-dependencies</id>

<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${java.home}/../bin/javafxpackager</executable>
<arguments>
<argument>-createjar</argument>
<argument>-nocss2bin</argument>
<argument>-appclass</argument>
<argument>${mainClass}</argument>
<argument>-srcdir</argument>
<argument>${project.build.directory}/classes</argument>
<argument>-outdir</argument>
<argument>${project.build.directory}</argument>
<argument>-outfile</argument>
<argument>${project.build.finalName}.jar</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>default-cli</id>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${java.home}/bin/java</executable>
<commandlineArgs>${runfx.args}</commandlineArgs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArguments>
<bootclasspath>${sun.boot.class.path}${path.separator}${java.home}/lib/jfxrt.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${java.home}/lib/jfxrt.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>app-update</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>filechooser-abstraction</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>8.20.7</version>
</dependency>
</dependencies>

</project>
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>restclient</artifactId>
<groupId>org.wiztools.restclient</groupId>
<version>3.5</version>
</parent>

<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-jfx</artifactId>
<version>3.5</version>
<packaging>jar</packaging>

<name>restclient-jfx</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mainClass>org.wiztools.restclient.jfx.MainApp</mainClass>
</properties>

<organization>
<!-- Used as the 'Vendor' for JNLP generation -->
<name>Your Organisation</name>
</organization>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>unpack-dependencies</id>
<phase>package</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<excludeScope>system</excludeScope>
<excludeGroupIds>junit,org.mockito,org.hamcrest</excludeGroupIds>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<id>unpack-dependencies</id>

<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${java.home}/../bin/javafxpackager</executable>
<arguments>
<argument>-createjar</argument>
<argument>-nocss2bin</argument>
<argument>-appclass</argument>
<argument>${mainClass}</argument>
<argument>-srcdir</argument>
<argument>${project.build.directory}/classes</argument>
<argument>-outdir</argument>
<argument>${project.build.directory}</argument>
<argument>-outfile</argument>
<argument>${project.build.finalName}.jar</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>default-cli</id>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${java.home}/bin/java</executable>
<commandlineArgs>${runfx.args}</commandlineArgs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArguments>
<bootclasspath>${sun.boot.class.path}${path.separator}${java.home}/lib/jfxrt.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${java.home}/lib/jfxrt.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.5</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.5</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>app-update</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>filechooser-abstraction</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>8.20.7</version>
</dependency>
</dependencies>

</project>
6 changes: 3 additions & 3 deletions restclient-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<packaging>jar</packaging>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
<name>${project.artifactId}</name>

<dependencies>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions restclient-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<packaging>jar</packaging>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions restclient-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-ui</artifactId>
<packaging>jar</packaging>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.5</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
Expand Down

0 comments on commit 9d7fc9a

Please sign in to comment.