Skip to content

Commit

Permalink
Updated version to 2.8.0. Updated copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmoravej committed Feb 16, 2017
1 parent 740b3e9 commit 466b79c
Show file tree
Hide file tree
Showing 655 changed files with 1,541 additions and 701 deletions.
5 changes: 5 additions & 0 deletions changes.xml
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand All @@ -10,7 +10,7 @@
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<packaging>pom</packaging>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>

<parent>
<groupId>com.quartzdesk-parent-pom</groupId>
Expand All @@ -19,7 +19,7 @@
</parent>

<properties>
<com.quartzdesk.version>2.7.0</com.quartzdesk.version>
<com.quartzdesk.version>2.8.0</com.quartzdesk.version>

<org.slf4j.version>1.7.21</org.slf4j.version>
<org.springframework.version>4.3.0.RELEASE</org.springframework.version>
Expand Down
6 changes: 3 additions & 3 deletions quartzdesk-test-common/pom.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<dependencies>
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.common;

import java.io.File;
Expand Down
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.common;
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.common.spring;

import org.slf4j.Logger;
Expand Down
6 changes: 3 additions & 3 deletions quartzdesk-test-quartz-v1-8-x/pom.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
</parent>


Expand Down
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<properties>
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test;

import org.slf4j.Logger;
Expand Down
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;

import org.quartz.InterruptableJob;
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;

import org.quartz.JobDataMap;
Expand Down
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;
Expand Down
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;
Expand Down
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
# QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
# Copyright (c) 2013-2017 QuartzDesk.com.
# Licensed under the MIT license (https://opensource.org/licenses/MIT).
#

@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
# QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
# Copyright (c) 2013-2017 QuartzDesk.com.
# Licensed under the MIT license (https://opensource.org/licenses/MIT).
#

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,5 +1,10 @@
<?xml version="1.0"?>

<!--
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

<scanning xmlns="urn:jboss:scanning:1.0">
<!--
This file prevents JBoss from scanning the deployment for annotations.
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
Expand Up @@ -9,7 +9,7 @@
<%@taglib prefix="fn" uri="http://java.sun.com/jstl/fn" %>

<%--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
--%>

Expand Down
@@ -1,3 +1,8 @@
<!--
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->

Expand Down
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2013-2016 QuartzDesk.com.
~ Copyright (c) 2013-2017 QuartzDesk.com.
~ Licensed under the MIT license (https://opensource.org/licenses/MIT).
-->
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<properties>
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test;

import org.slf4j.Logger;
Expand Down
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2016 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;

import org.quartz.InterruptableJob;
Expand Down
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013-2017 QuartzDesk.com.
* Licensed under the MIT license (https://opensource.org/licenses/MIT).
*/

package com.quartzdesk.test.quartz.v1;

import org.quartz.JobDataMap;
Expand Down

0 comments on commit 466b79c

Please sign in to comment.