Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Bubník committed May 16, 2018
1 parent a55c476 commit 1c5787d
Show file tree
Hide file tree
Showing 33 changed files with 46 additions and 38 deletions.
2 changes: 1 addition & 1 deletion hotswap-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
5 changes: 3 additions & 2 deletions hotswap-agent-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<issueManagement>
<system>git</system>
<url>https://github.com/HotswapProjects/HotswapAgent/issues</url>
Expand Down Expand Up @@ -108,7 +108,7 @@
<useManifestOnlyJar>false</useManifestOnlyJar>
<argLine>-XXaltjvm=${dcevm} -javaagent:${org.hotswap.agent:hotswap-agent-core:jar} -Xbootclasspath/a:"${org.hotswap.agent:hotswap-agent-core:jar}:${project.build.OutputDirectory}"</argLine>
-->
<argLine>-XXaltjvm=${dcevm} -javaagent:${org.hotswap.agent:hotswap-agent-core:jar}</argLine>
<argLine>-javaagent:${org.hotswap.agent:hotswap-agent-core:jar}</argLine>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -139,6 +139,7 @@
</profile>

<profile>
<id>default-tools</id>
<activation>
<jdk>(,1.9)</jdk>
</activation>
Expand Down
2 changes: 1 addition & 1 deletion hotswap-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-cdi-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-deltaspike-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-el-resolver-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-glassfish-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-hibernate-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-hibernate3-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-jbossmodules-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-jersey1-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-jersey2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-jetty-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-log4j2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-logback-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-mojarra-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-myfaces-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-omnifaces-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-osgiequinox-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-owb-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-proxy-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-resteasy-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-resteasy-registry-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-seam-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions plugin/hotswap-agent-spring-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>


<artifactId>hotswap-agent-spring-plugin</artifactId>

<properties>
<org.springframework.version>5.0.5.RELEASE</org.springframework.version>
<org.springframework.version>4.3.2.RELEASE</org.springframework.version>
</properties>


Expand Down
15 changes: 11 additions & 4 deletions plugin/hotswap-agent-tomcat-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

<artifactId>hotswap-agent-tomcat-plugin</artifactId>

<properties>
<tomcat.version>6.0.36</tomcat.version>
<tomcat.artifact>catalina</tomcat.artifact> <!-- catalina if 6.x -->
<!-- <tomcat.artifact>tomcat-catalina</tomcat.artifact> --> <!-- tomcat-catalina if 7.x+ -->
<tomcat.version>8.5.24</tomcat.version>
<!--<tomcat.artifact>catalina</tomcat.artifact> &lt;!&ndash; catalina if 6.x &ndash;&gt;-->
<!--tomcat-catalina if 7.x+ -->
<tomcat.artifact>tomcat-catalina</tomcat.artifact>
</properties>

<dependencies>
Expand All @@ -31,6 +32,12 @@
<version>${tomcat.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jasper</artifactId>
<version>${tomcat.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

</project>
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-vaadin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-webobjects-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-weld-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-wildfly-el-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/hotswap-agent-zk-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-aggregator</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Hotswap Agent Aggregator</name>
Expand Down

0 comments on commit 1c5787d

Please sign in to comment.