Skip to content

Commit f08dc65

Browse files
committed
update flatten plugin not to remove ossrh attributes
1 parent 352b2e2 commit f08dc65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>design.aem</groupId>
99
<artifactId>aemdesign-aem-core</artifactId>
10-
<version>2.0.275</version>
10+
<version>2.0.278</version>
1111
<packaging>pom</packaging>
1212

1313
<name>AEM Design - Core Project</name>
@@ -618,6 +618,7 @@
618618
<flattenedPomFilename>.flattened-pom.xml</flattenedPomFilename>
619619
<outputDirectory>${project.build.directory}</outputDirectory>
620620
<updatePomFile>true</updatePomFile>
621+
<flattenMode>ossrh</flattenMode>
621622
</configuration>
622623
<executions>
623624
<execution>

0 commit comments

Comments
 (0)