Skip to content

Commit 322bd2a

Browse files
authored
Merge pull request apache#682 from apache/zkaoudi-patch-2
Remove incubation comments and update final name
2 parents 8d21a1d + 6360803 commit 322bd2a

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

pom.xml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@
5050
<name>Apache License, Version 2.0</name>
5151
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5252
<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>
6253
</license>
6354
</licenses>
6455

@@ -166,7 +157,7 @@
166157
</dependencies>
167158

168159
<build>
169-
<finalName>apache-${project.artifactId}-incubating-${project.version}</finalName>
160+
<finalName>apache-${project.artifactId}-${project.version}</finalName>
170161
<plugins>
171162
<!-- Configures JavaDoc generation. -->
172163
<plugin>
@@ -664,7 +655,7 @@
664655
<profile>
665656
<id>apache-release</id>
666657
<build>
667-
<finalName>apache-${project.artifactId}-incubating-${project.version}</finalName>
658+
<finalName>apache-${project.artifactId}-${project.version}</finalName>
668659
<resources>
669660
<resource>
670661
<directory>src/main/resources</directory>
@@ -695,7 +686,7 @@
695686
<goal>single</goal>
696687
</goals>
697688
<configuration>
698-
<finalName>apache-${project.artifactId}-incubating-${project.version}</finalName>
689+
<finalName>apache-${project.artifactId}-${project.version}</finalName>
699690
</configuration>
700691
</execution>
701692
</executions>
@@ -787,7 +778,7 @@
787778
</dependencies>
788779

789780
<build>
790-
<finalName>apache-${project.artifactId}-${project.version}-incubating</finalName>
781+
<finalName>apache-${project.artifactId}-${project.version}</finalName>
791782
<!--
792783
Default versioned declarations of managed plugins
793784
to be overridden when the distribute profile is active.
@@ -811,7 +802,7 @@
811802
<artifactId>maven-assembly-plugin</artifactId>
812803
<version>3.5.0</version>
813804
<configuration>
814-
<finalName>apache-${project.artifactId}-${project.version}-incubating</finalName>
805+
<finalName>apache-${project.artifactId}-${project.version}</finalName>
815806
</configuration>
816807
</plugin>
817808

@@ -1113,8 +1104,6 @@
11131104
<resourceBundles>
11141105
<!-- Will generate META-INF/{DEPENDENCIES,LICENSE,NOTICE} -->
11151106
<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>
11181107
</resourceBundles>
11191108
</configuration>
11201109
</execution>

0 commit comments

Comments
 (0)