mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-05 23:29:53 +01:00
update smp-maven-plugin to 1.0.0-alpha-6
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -437,7 +437,7 @@
|
||||
<plugin>
|
||||
<groupId>sonia.scm.maven</groupId>
|
||||
<artifactId>smp-maven-plugin</artifactId>
|
||||
<version>1.0.0-alpha-4</version>
|
||||
<version>1.0.0-aplpha-6</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
@@ -464,32 +464,28 @@
|
||||
<groupId>sonia.scm.maven</groupId>
|
||||
<artifactId>smp-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<smpArtifacts>
|
||||
<artifact>
|
||||
<groupId>sonia.scm.plugins</groupId>
|
||||
<artifactId>scm-hg-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>smp</type>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<groupId>sonia.scm.plugins</groupId>
|
||||
<artifactId>scm-svn-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>smp</type>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<groupId>sonia.scm.plugins</groupId>
|
||||
<artifactId>scm-git-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>smp</type>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<groupId>sonia.scm.plugins</groupId>
|
||||
<artifactId>scm-legacy-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>smp</type>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</artifact>
|
||||
</smpArtifacts>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
||||
Reference in New Issue
Block a user