use a released version of attached-artifact-enforcer instead of snapshot
Original commit: elastic/x-pack-elasticsearch@9c54acfbce
This commit is contained in:
parent
cf16b79842
commit
52eaa0404c
18
pom.xml
18
pom.xml
|
@ -164,20 +164,6 @@
|
||||||
<url>http://maven.elasticsearch.org/artifactory/public-releases</url>
|
<url>http://maven.elasticsearch.org/artifactory/public-releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>oss-snapshots</id>
|
|
||||||
<name>Sonatype OSS Snapshots</name>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<updatePolicy>always</updatePolicy>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -185,9 +171,9 @@
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch.maven</groupId>
|
||||||
<artifactId>attached-artifact-enforcer</artifactId>
|
<artifactId>attached-artifact-enforcer</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue