|
94 | 94 | <jsqlparser.version>2.1</jsqlparser.version>
|
95 | 95 | <jline.version>3.18.0</jline.version>
|
96 | 96 |
|
97 |
| - <easyjson.version>4.1.6</easyjson.version> |
| 97 | + <easyjson.version>4.1.5</easyjson.version> |
98 | 98 | <langx-java.version>5.4.0</langx-java.version>
|
99 | 99 | <agileway.version>5.0.0</agileway.version>
|
100 | 100 |
|
|
522 | 522 | </dependencies>
|
523 | 523 |
|
524 | 524 | <build>
|
| 525 | + |
| 526 | + <pluginManagement> |
| 527 | + <plugins> |
| 528 | + <plugin> |
| 529 | + <groupId>org.apache.maven.plugins</groupId> |
| 530 | + <artifactId>maven-resources-plugin</artifactId> |
| 531 | + <version>3.1.0</version> |
| 532 | + </plugin> |
| 533 | + <plugin> |
| 534 | + <groupId>org.apache.maven.plugins</groupId> |
| 535 | + <artifactId>maven-compiler-plugin</artifactId> |
| 536 | + <version>3.1</version> |
| 537 | + </plugin> |
| 538 | + <plugin> |
| 539 | + <groupId>org.apache.maven.plugins</groupId> |
| 540 | + <artifactId>maven-jar-plugin</artifactId> |
| 541 | + <version>3.1.1</version> |
| 542 | + </plugin> |
| 543 | + <plugin> |
| 544 | + <groupId>org.apache.maven.plugins</groupId> |
| 545 | + <artifactId>maven-surefire-plugin</artifactId> |
| 546 | + <version>2.21.0</version> |
| 547 | + </plugin> |
| 548 | + |
| 549 | + <plugin> |
| 550 | + <groupId>org.apache.maven.plugins</groupId> |
| 551 | + <artifactId>maven-gpg-plugin</artifactId> |
| 552 | + <version>1.6</version> |
| 553 | + </plugin> |
| 554 | + |
| 555 | + <plugin> |
| 556 | + <groupId>org.apache.maven.plugins</groupId> |
| 557 | + <artifactId>maven-deploy-plugin</artifactId> |
| 558 | + <version>2.8.2</version> |
| 559 | + </plugin> |
| 560 | + <plugin> |
| 561 | + <groupId>org.sonatype.plugins</groupId> |
| 562 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 563 | + <version>1.6.12</version> |
| 564 | + </plugin> |
| 565 | + <plugin> |
| 566 | + <groupId>org.apache.maven.plugins</groupId> |
| 567 | + <artifactId>maven-scm-plugin</artifactId> |
| 568 | + <version>1.10.0</version> |
| 569 | + </plugin> |
| 570 | + <plugin> |
| 571 | + <groupId>org.apache.maven.plugins</groupId> |
| 572 | + <artifactId>maven-release-plugin</artifactId> |
| 573 | + <version>2.5.3</version> |
| 574 | + </plugin> |
| 575 | + <plugin> |
| 576 | + <groupId>org.apache.maven.plugins</groupId> |
| 577 | + <artifactId>maven-source-plugin</artifactId> |
| 578 | + <version>3.1.0</version> |
| 579 | + </plugin> |
| 580 | + <plugin> |
| 581 | + <groupId>org.apache.maven.plugins</groupId> |
| 582 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 583 | + <version>2.9.1</version> |
| 584 | + </plugin> |
| 585 | + <plugin> |
| 586 | + <groupId>org.apache.maven.plugins</groupId> |
| 587 | + <artifactId>maven-gpg-plugin</artifactId> |
| 588 | + <version>1.6</version> |
| 589 | + </plugin> |
| 590 | + </plugins> |
| 591 | + </pluginManagement> |
| 592 | + |
525 | 593 | <plugins>
|
526 | 594 | <plugin>
|
527 | 595 | <groupId>org.apache.maven.plugins</groupId>
|
528 | 596 | <artifactId>maven-resources-plugin</artifactId>
|
529 |
| - <version>3.1.0</version> |
530 | 597 | <configuration>
|
531 | 598 | <encoding>UTF-8</encoding>
|
532 | 599 | </configuration>
|
533 | 600 | </plugin>
|
534 | 601 | <plugin>
|
535 | 602 | <groupId>org.apache.maven.plugins</groupId>
|
536 | 603 | <artifactId>maven-compiler-plugin</artifactId>
|
537 |
| - <version>3.1</version> |
538 | 604 | <configuration>
|
539 | 605 | <source>${maven.compiler.source}</source>
|
540 | 606 | <target>${maven.compiler.target}</target>
|
|
546 | 612 | <plugin>
|
547 | 613 | <groupId>org.apache.maven.plugins</groupId>
|
548 | 614 | <artifactId>maven-jar-plugin</artifactId>
|
549 |
| - <version>3.1.1</version> |
550 | 615 | <configuration>
|
551 | 616 | <archive>
|
552 | 617 | <addMavenDescriptor>true</addMavenDescriptor>
|
|
565 | 630 | <plugin>
|
566 | 631 | <groupId>org.apache.maven.plugins</groupId>
|
567 | 632 | <artifactId>maven-surefire-plugin</artifactId>
|
568 |
| - <version>2.21.0</version> |
569 | 633 | <configuration>
|
570 | 634 | <includes>
|
571 | 635 | <include>**/*Tests.java</include>
|
|
613 | 677 |
|
614 | 678 | <build>
|
615 | 679 | <plugins>
|
616 |
| -<!-- |
617 |
| - <plugin> |
618 |
| - <groupId>org.codehaus.mojo</groupId> |
619 |
| - <artifactId>buildnumber-maven-plugin</artifactId> |
620 |
| - <version>1.4</version> |
621 |
| - <executions> |
622 |
| - <execution> |
623 |
| - <id>build_number_create_timestamp</id> |
624 |
| - <phase>validate</phase> |
625 |
| - <goals> |
626 |
| - <goal>create-timestamp</goal> |
627 |
| - </goals> |
628 |
| - <configuration> |
629 |
| - <timestampPropertyName>buildTimestamp</timestampPropertyName> |
630 |
| - <timestampFormat>yyyy-MM-dd HH:mm:ss</timestampFormat> |
631 |
| - </configuration> |
632 |
| - </execution> |
633 |
| - <execution> |
634 |
| - <id>build_number_create</id> |
635 |
| - <phase>validate</phase> |
636 |
| - <goals> |
637 |
| - <goal>create</goal> |
638 |
| - </goals> |
639 |
| - <configuration> |
640 |
| - <buildNumberPropertyName>buildNumber</buildNumberPropertyName> |
641 |
| - <revisionOnScmFailure>unknown</revisionOnScmFailure> |
642 |
| - <doCheck>false</doCheck> |
643 |
| - <doUpdate>true</doUpdate> |
644 |
| - <getRevisionOnlyOnce>true</getRevisionOnlyOnce> |
645 |
| - <scmConnectionUrl>scm:git:https://github.com/fangjinuo/sqlhelper.git</scmConnectionUrl> |
646 |
| - <useLastCommittedRevision>true</useLastCommittedRevision> |
647 |
| - </configuration> |
648 |
| - </execution> |
649 |
| - </executions> |
650 |
| - </plugin> |
651 |
| ---> |
652 | 680 | <plugin>
|
653 | 681 | <groupId>org.apache.maven.plugins</groupId>
|
654 | 682 | <artifactId>maven-deploy-plugin</artifactId>
|
655 |
| - <version>2.8.2</version> |
656 | 683 | <executions>
|
657 | 684 | <execution>
|
658 | 685 | <id>deploy</id>
|
|
666 | 693 | <plugin>
|
667 | 694 | <groupId>org.sonatype.plugins</groupId>
|
668 | 695 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
669 |
| - <version>1.6.8</version> |
670 | 696 | <extensions>true</extensions>
|
671 | 697 | <configuration>
|
672 | 698 | <serverId>sonatype_oss</serverId>
|
|
681 | 707 | <plugin>
|
682 | 708 | <groupId>org.apache.maven.plugins</groupId>
|
683 | 709 | <artifactId>maven-scm-plugin</artifactId>
|
684 |
| - <version>1.10.0</version> |
685 | 710 | </plugin>
|
686 | 711 | <plugin>
|
687 | 712 | <groupId>org.apache.maven.plugins</groupId>
|
688 | 713 | <artifactId>maven-release-plugin</artifactId>
|
689 |
| - <version>2.5.3</version> |
690 | 714 | <configuration>
|
691 | 715 | <useReleaseProfile>false</useReleaseProfile>
|
692 | 716 | <pushChanges>false</pushChanges>
|
|
705 | 729 | <plugin>
|
706 | 730 | <groupId>org.apache.maven.plugins</groupId>
|
707 | 731 | <artifactId>maven-source-plugin</artifactId>
|
708 |
| - <version>3.1.0</version> |
709 | 732 | <executions>
|
710 | 733 | <execution>
|
711 | 734 | <id>attach-sources</id>
|
|
739 | 762 | <plugin>
|
740 | 763 | <groupId>org.apache.maven.plugins</groupId>
|
741 | 764 | <artifactId>maven-gpg-plugin</artifactId>
|
742 |
| - <version>1.6</version> |
743 | 765 | <executions>
|
744 | 766 | <execution>
|
745 | 767 | <id>sign-artifacts</id>
|
|
0 commit comments