Skip to content

Commit

Permalink
increment version to 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Sep 25, 2019
1 parent 377303f commit 60b9d66
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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>11.6.4</version>
<version>11.7.0</version>
</parent>

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

</dependencies>
Expand Down
6 changes: 3 additions & 3 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>11.6.4</version>
<version>11.7.0</version>
</parent>
<artifactId>assembly</artifactId>
<packaging>pom</packaging>
Expand All @@ -36,13 +36,13 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>11.6.4</version>
<version>11.7.0</version>
</dependency>

<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>recurrence</artifactId>
<version>11.6.4</version>
<version>11.7.0</version>
</dependency>

<!--dependency>
Expand Down
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>11.6.4</version>
<version>11.7.0</version>
</parent>

<properties>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>11.6.4</version>
<version>11.7.0</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>11.6.4</version>
<version>11.7.0</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,7 +41,7 @@
<parent>
<groupId>com.calendarfx</groupId>
<artifactId>calendar</artifactId>
<version>11.6.4</version>
<version>11.7.0</version>
</parent>

<dependencies>
Expand All @@ -55,13 +55,13 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>11.6.4</version>
<version>11.7.0</version>
</dependency>

<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>application</artifactId>
<version>11.6.4</version>
<version>11.7.0</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>11.6.4</version>
<version>11.7.0</version>
</parent>

<repositories>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>recurrence</artifactId>
<version>11.6.4</version>
<version>11.7.0</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>11.6.4</version>
<version>11.7.0</version>
</parent>

<properties>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>11.6.4</version>
<version>11.7.0</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>11.6.4</version>
<version>11.7.0</version>
</parent>

<properties>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>11.6.4</version>
<version>11.7.0</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>11.6.4</version>
<version>11.7.0</version>
<packaging>pom</packaging>
<name>CalendarFX</name>
<description>The parent project for the various CalendarFX modules.
Expand Down

0 comments on commit 60b9d66

Please sign in to comment.