|
50 | 50 | <name>Apache License, Version 2.0</name> |
51 | 51 | <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
52 | 52 | <distribution>repo</distribution> |
53 | | - <comments> |
54 | | - Apache Wayang is an effort undergoing incubation at The Apache Software |
55 | | - Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required |
56 | | - of all newly accepted projects until a further review indicates that the |
57 | | - infrastructure, communications, and decision making process have stabilized in |
58 | | - a manner consistent with other successful ASF projects. While incubation status |
59 | | - is not necessarily a reflection of the completeness or stability of the code, |
60 | | - it does indicate that the project has yet to be fully endorsed by the ASF. |
61 | | - </comments> |
62 | 53 | </license> |
63 | 54 | </licenses> |
64 | 55 |
|
|
166 | 157 | </dependencies> |
167 | 158 |
|
168 | 159 | <build> |
169 | | - <finalName>apache-${project.artifactId}-incubating-${project.version}</finalName> |
| 160 | + <finalName>apache-${project.artifactId}-${project.version}</finalName> |
170 | 161 | <plugins> |
171 | 162 | <!-- Configures JavaDoc generation. --> |
172 | 163 | <plugin> |
|
664 | 655 | <profile> |
665 | 656 | <id>apache-release</id> |
666 | 657 | <build> |
667 | | - <finalName>apache-${project.artifactId}-incubating-${project.version}</finalName> |
| 658 | + <finalName>apache-${project.artifactId}-${project.version}</finalName> |
668 | 659 | <resources> |
669 | 660 | <resource> |
670 | 661 | <directory>src/main/resources</directory> |
|
695 | 686 | <goal>single</goal> |
696 | 687 | </goals> |
697 | 688 | <configuration> |
698 | | - <finalName>apache-${project.artifactId}-incubating-${project.version}</finalName> |
| 689 | + <finalName>apache-${project.artifactId}-${project.version}</finalName> |
699 | 690 | </configuration> |
700 | 691 | </execution> |
701 | 692 | </executions> |
|
787 | 778 | </dependencies> |
788 | 779 |
|
789 | 780 | <build> |
790 | | - <finalName>apache-${project.artifactId}-${project.version}-incubating</finalName> |
| 781 | + <finalName>apache-${project.artifactId}-${project.version}</finalName> |
791 | 782 | <!-- |
792 | 783 | Default versioned declarations of managed plugins |
793 | 784 | to be overridden when the distribute profile is active. |
|
811 | 802 | <artifactId>maven-assembly-plugin</artifactId> |
812 | 803 | <version>3.5.0</version> |
813 | 804 | <configuration> |
814 | | - <finalName>apache-${project.artifactId}-${project.version}-incubating</finalName> |
| 805 | + <finalName>apache-${project.artifactId}-${project.version}</finalName> |
815 | 806 | </configuration> |
816 | 807 | </plugin> |
817 | 808 |
|
|
1113 | 1104 | <resourceBundles> |
1114 | 1105 | <!-- Will generate META-INF/{DEPENDENCIES,LICENSE,NOTICE} --> |
1115 | 1106 | <resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.7</resourceBundle> |
1116 | | - <!-- Will generate META-INF/DISCLAIMER --> |
1117 | | - <resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.7</resourceBundle> |
1118 | 1107 | </resourceBundles> |
1119 | 1108 | </configuration> |
1120 | 1109 | </execution> |
|
0 commit comments