Updates version to 1.7.2-SNAPSHOT

This commit is contained in:
Patrick Gotthard 2017-01-07 12:48:16 +01:00
parent a5436ba70e
commit a4b8f35741
10 changed files with 18 additions and 18 deletions

18
pom.xml
View file

@ -5,7 +5,7 @@
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -209,42 +209,42 @@
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome</artifactId> <artifactId>rome</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-certiorem</artifactId> <artifactId>rome-certiorem</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-certiorem-webapp</artifactId> <artifactId>rome-certiorem-webapp</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-fetcher</artifactId> <artifactId>rome-fetcher</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-modules</artifactId> <artifactId>rome-modules</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-opml</artifactId> <artifactId>rome-opml</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-propono</artifactId> <artifactId>rome-propono</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-utils</artifactId> <artifactId>rome-utils</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</dependency> </dependency>
<!-- JDOM --> <!-- JDOM -->
<dependency> <dependency>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-certiorem-webapp</artifactId> <artifactId>rome-certiorem-webapp</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-certiorem</artifactId> <artifactId>rome-certiorem</artifactId>

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-fetcher</artifactId> <artifactId>rome-fetcher</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-modules</artifactId> <artifactId>rome-modules</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-opml</artifactId> <artifactId>rome-opml</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-osgi-test</artifactId> <artifactId>rome-osgi-test</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-propono</artifactId> <artifactId>rome-propono</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome-utils</artifactId> <artifactId>rome-utils</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>rome</artifactId> <artifactId>rome</artifactId>