Skip to content

Commit

Permalink
Update version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishako committed Jul 15, 2020
1 parent 143ea7c commit da1d918
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
Empty file modified mvnw
100644 → 100755
Empty file.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -207,42 +207,42 @@
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-certiorem</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-certiorem-webapp</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-fetcher</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-modules</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-opml</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-propono</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-utils</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<!-- JDOM -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rome-certiorem-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome-certiorem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome-fetcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome-opml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome-propono/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit da1d918

Please sign in to comment.