We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2fee commit a4a9470Copy full SHA for a4a9470
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>design.aem</groupId>
9
<artifactId>aemdesign-aem-core</artifactId>
10
- <version>2.0.263</version>
+ <version>2.0.265</version>
11
<packaging>pom</packaging>
12
13
<name>AEM Design - Core Project</name>
@@ -838,6 +838,14 @@
838
839
<build>
840
<plugins>
841
+ <!-- Skip maven-deploy-plugin use nexus-staging-maven-plugin instead -->
842
+ <plugin>
843
+ <groupId>org.apache.maven.plugins</groupId>
844
+ <artifactId>maven-deploy-plugin</artifactId>
845
+ <configuration>
846
+ <skip>true</skip>
847
+ </configuration>
848
+ </plugin>
849
<!-- To release to Maven central -->
850
<plugin>
851
<groupId>org.sonatype.plugins</groupId>
0 commit comments