Skip to content

Commit 7b79055

Browse files
Updates version to 1.9.0
1 parent 04b2285 commit 7b79055

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
<packaging>pom</packaging>
1010

1111
<modules>
@@ -207,42 +207,42 @@
207207
<dependency>
208208
<groupId>com.rometools</groupId>
209209
<artifactId>rome</artifactId>
210-
<version>1.8.2-SNAPSHOT</version>
210+
<version>1.9.0</version>
211211
</dependency>
212212
<dependency>
213213
<groupId>com.rometools</groupId>
214214
<artifactId>rome-certiorem</artifactId>
215-
<version>1.8.2-SNAPSHOT</version>
215+
<version>1.9.0</version>
216216
</dependency>
217217
<dependency>
218218
<groupId>com.rometools</groupId>
219219
<artifactId>rome-certiorem-webapp</artifactId>
220-
<version>1.8.2-SNAPSHOT</version>
220+
<version>1.9.0</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>com.rometools</groupId>
224224
<artifactId>rome-fetcher</artifactId>
225-
<version>1.8.2-SNAPSHOT</version>
225+
<version>1.9.0</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>com.rometools</groupId>
229229
<artifactId>rome-modules</artifactId>
230-
<version>1.8.2-SNAPSHOT</version>
230+
<version>1.9.0</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>com.rometools</groupId>
234234
<artifactId>rome-opml</artifactId>
235-
<version>1.8.2-SNAPSHOT</version>
235+
<version>1.9.0</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>com.rometools</groupId>
239239
<artifactId>rome-propono</artifactId>
240-
<version>1.8.2-SNAPSHOT</version>
240+
<version>1.9.0</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>com.rometools</groupId>
244244
<artifactId>rome-utils</artifactId>
245-
<version>1.8.2-SNAPSHOT</version>
245+
<version>1.9.0</version>
246246
</dependency>
247247
<!-- JDOM -->
248248
<dependency>

rome-certiorem-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-certiorem-webapp</artifactId>

rome-certiorem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-certiorem</artifactId>

rome-fetcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.rometools</groupId>
88
<artifactId>rome-parent</artifactId>
9-
<version>1.8.2-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
</parent>
1111

1212
<artifactId>rome-fetcher</artifactId>

rome-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-modules</artifactId>

rome-opml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-opml</artifactId>

rome-osgi-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-osgi-test</artifactId>

rome-propono/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-propono</artifactId>

rome-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome-utils</artifactId>

rome/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.rometools</groupId>
77
<artifactId>rome-parent</artifactId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>rome</artifactId>

0 commit comments

Comments
 (0)