Skip to content

Commit

Permalink
[MNG-6151] Set version to 3.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 4, 2017
1 parent 737de43 commit bce33aa
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apache-maven/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>apache-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-aether-provider/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-aether-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-artifact/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-artifact</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-builder-support/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-builder-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-compat/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-compat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-core/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-embedder/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-embedder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-model-builder/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-model-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-model/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-api/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-repository-metadata/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-repository-metadata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings-builder/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-settings-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<artifactId>maven-settings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>maven</artifactId>
<version>3.3.10-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Maven</name>
Expand Down

0 comments on commit bce33aa

Please sign in to comment.