Skip to content

Commit

Permalink
increment version to 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 28, 2019
1 parent fda5dff commit 510d129
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CalendarFXApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<properties>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions CalendarFXAssembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>
<artifactId>assembly</artifactId>
<packaging>pom</packaging>
Expand All @@ -36,19 +36,19 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>recurrence</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>google</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions CalendarFXExperimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<properties>
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>sampler</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions CalendarFXGoogle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<properties>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion CalendarFXRecurrence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>
<name>CalendarFXRecurrence</name>
<artifactId>recurrence</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions CalendarFXSampler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<dependencies>

<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>application</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions CalendarFXView/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<repositories>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>recurrence</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions CalendarFXWeather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<properties>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions CalendarFXiCal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</parent>

<properties>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>8.5.0</version>
<version>8.5.1</version>
<packaging>pom</packaging>
<name>CalendarFX</name>
<description>The parent project for the various CalendarFX modules.
Expand Down

0 comments on commit 510d129

Please sign in to comment.