Skip to content

Commit 50ea902

Browse files
committed
Prepare v1.4.1
1 parent da0f7e0 commit 50ea902

File tree

38 files changed

+38
-38
lines changed

38 files changed

+38
-38
lines changed

hotswap-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hotswapagent</groupId>
88
<artifactId>hotswap-agent-parent</artifactId>
9-
<version>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
<relativePath>../hotswap-agent-parent/pom.xml</relativePath>
1111
</parent>
1212

hotswap-agent-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.hotswapagent</groupId>
66
<artifactId>hotswap-agent-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99

1010
<name>HotswapAgent</name>
1111
<description>Java unlimited runtime class and resource redefinition.</description>

hotswap-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hotswapagent</groupId>
88
<artifactId>hotswap-agent-parent</artifactId>
9-
<version>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
<relativePath>../hotswap-agent-parent/pom.xml</relativePath>
1111
</parent>
1212

plugin/hotswap-agent-cdi-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hotswapagent</groupId>
77
<artifactId>hotswap-agent-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1010
</parent>
1111

plugin/hotswap-agent-cxf-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hotswapagent</groupId>
77
<artifactId>hotswap-agent-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1010
</parent>
1111

plugin/hotswap-agent-deltaspike-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hotswapagent</groupId>
77
<artifactId>hotswap-agent-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1010
</parent>
1111

plugin/hotswap-agent-el-resolver-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hotswapagent</groupId>
77
<artifactId>hotswap-agent-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1010
</parent>
1111

plugin/hotswap-agent-freemarker-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hotswapagent</groupId>
77
<artifactId>hotswap-agent-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1010
</parent>
1111

plugin/hotswap-agent-glassfish-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hotswapagent</groupId>
77
<artifactId>hotswap-agent-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1010
</parent>
1111

plugin/hotswap-agent-hibernate-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hotswapagent</groupId>
88
<artifactId>hotswap-agent-parent</artifactId>
9-
<version>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
<relativePath>../../hotswap-agent-parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)