Skip to content

Commit 4b1d45a

Browse files
committed
prepare for 1.4.10
1 parent 839b78c commit 4b1d45a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>rubygems</groupId>
66
<artifactId>warbler</artifactId>
7-
<version>1.4.8</version>
7+
<version>1.4.10</version>
88
<packaging>gem</packaging>
99
<name>Warbler chirpily constructs .war files of your Rails applications.</name>
1010
<description>Warbler is a gem to make a Java jar or war file out of any Ruby,
@@ -39,7 +39,7 @@ bundle up all of your application files for deployment to a Java environment.</d
3939
<dependency>
4040
<groupId>rubygems</groupId>
4141
<artifactId>rubyzip</artifactId>
42-
<version>[0.9,1.2)</version>
42+
<version>[0.9,1.3)</version>
4343
<type>gem</type>
4444
</dependency>
4545
<dependency>
@@ -52,7 +52,7 @@ bundle up all of your application files for deployment to a Java environment.</d
5252
<dependency>
5353
<groupId>rubygems</groupId>
5454
<artifactId>ruby-maven</artifactId>
55-
<version>[3.1.1.0,3.1.1.99999]</version>
55+
<version>[3.1.1,3.1.99999]</version>
5656
<type>gem</type>
5757
<scope>test</scope>
5858
</dependency>
@@ -63,13 +63,6 @@ bundle up all of your application files for deployment to a Java environment.</d
6363
<type>gem</type>
6464
<scope>test</scope>
6565
</dependency>
66-
<dependency>
67-
<groupId>rubygems</groupId>
68-
<artifactId>rdoc</artifactId>
69-
<version>[2.4.2,)</version>
70-
<type>gem</type>
71-
<scope>test</scope>
72-
</dependency>
7366
<dependency>
7467
<groupId>org.jruby</groupId>
7568
<artifactId>jruby</artifactId>

0 commit comments

Comments
 (0)