Skip to content

Commit

Permalink
m2e 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedorenko committed Feb 6, 2010
1 parent 2994208 commit f87cb4f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.modello.tests/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../org.maven.ide.eclipse.parent</relativePath>
</parent>

Expand Down
3 changes: 1 addition & 2 deletions org.maven.ide.eclipse.plexus.annotations.tests/pom.xml
Expand Up @@ -12,12 +12,11 @@
<parent>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../org.maven.ide.eclipse.parent</relativePath>
</parent>

<artifactId>org.maven.ide.eclipse.plexus.annotations.tests</artifactId>
<version>${m2eclipse.version}</version>
<packaging>eclipse-test-plugin</packaging>

<name>Maven plexus metadata generation incremental build support tests</name>
Expand Down
3 changes: 1 addition & 2 deletions org.maven.ide.eclipse.plexus.annotations/pom.xml
Expand Up @@ -12,12 +12,11 @@
<parent>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../org.maven.ide.eclipse.parent</relativePath>
</parent>

<artifactId>org.maven.ide.eclipse.plexus.annotations</artifactId>
<version>${m2eclipse.version}</version>
<packaging>eclipse-plugin</packaging>

<name>Plexus Metadata Generation</name>
Expand Down
4 changes: 2 additions & 2 deletions org.maven.ide.eclipse.site-extras/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../org.maven.ide.eclipse.parent</relativePath>
</parent>

Expand Down Expand Up @@ -76,7 +76,7 @@

<serverId>forge-releases</serverId>
<repositoryUrl>${m2e.site-compressed}</repositoryUrl>
<repositoryPath>m2e-extras/${unqualifiedVersion}/N/${buildQualifier}</repositoryPath>
<repositoryPath>m2e-extras/${unqualifiedVersion}/S/${buildQualifier}</repositoryPath>
</configuration>
</execution>
</executions>
Expand Down
3 changes: 1 addition & 2 deletions org.maven.ide.eclipse.temporary.mojos.feature/pom.xml
Expand Up @@ -12,12 +12,11 @@
<parent>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../org.maven.ide.eclipse.parent</relativePath>
</parent>

<artifactId>org.maven.ide.eclipse.temporary.mojos.feature</artifactId>
<version>${m2eclipse.version}</version>
<packaging>eclipse-feature</packaging>

<name>Project configurators for commonly used maven plugins (temporary)</name>
Expand Down
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.temporary.mojos/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../org.maven.ide.eclipse.parent</relativePath>
</parent>

Expand Down

0 comments on commit f87cb4f

Please sign in to comment.