<?xml version="1.0" encoding="UTF-8"?>
<!--

/*
 * Copyright 2024-? the original author or authors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>top.osjf.cron</groupId>
  <artifactId>cron-datasource-driven-scheduled</artifactId>
  <version>3.0.0-Beat</version>
  <name>cron-datasource-driven-scheduled 3.0.0-Beat</name>
  <description>Cron scheduled task data source driver package.</description>
  <url>https://github.com/zpf9705/assembly/assembly-simplified-cron/cron-datasource-driven-scheduled</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>12039-xpc-oks</id>
      <name>张鹏飞</name>
      <email>929160069@qq.com</email>
      <url>https://github.com/zpf9705</url>
      <organization>Undetermined</organization>
      <roles>
        <role>Individual developer</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/zpf9705/assembly.git/assembly-simplified-cron/cron-datasource-driven-scheduled</connection>
    <developerConnection>scm:git:https://github.com/zpf9705/assembly.git/assembly-simplified-cron/cron-datasource-driven-scheduled</developerConnection>
    <url>https://github.com/zpf9705/assembly/assembly-simplified-cron/cron-datasource-driven-scheduled</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>top.osjf.cron</groupId>
      <artifactId>cron-core</artifactId>
      <version>3.0.0-Beat</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
