Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-release-3.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 8, 2019
1 parent 342e193 commit dbdf3a4
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 91 deletions.
2 changes: 1 addition & 1 deletion maven-release-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
</parent>

<artifactId>maven-release-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-release-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
</parent>

<artifactId>maven-release-manager</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release-api</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
6 changes: 3 additions & 3 deletions maven-release-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release-manager</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -243,7 +243,7 @@
<mockRepo>
<source>src/it/mrm/repository</source>
</mockRepo>
<proxyRepo/>
<proxyRepo />
</repositories>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
161 changes: 80 additions & 81 deletions maven-release-policies/maven-release-semver-policy/pom.xml
Original file line number Diff line number Diff line change
@@ -1,82 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>maven-release-semver-policy</artifactId>

<name>Maven Release SemVer Policy</name>
<description>
A version policy that enforce SemVer format and upgrades minor element for next development version.
</description>

<dependencies>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>maven-release-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.semver</groupId>
<artifactId>api</artifactId>
<version>0.9.33</version>
</dependency>


<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<id>process-classes</id>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M1</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>maven-release-semver-policy</artifactId>

<name>Maven Release SemVer Policy</name>
<description>
A version policy that enforce SemVer format and upgrades minor element for next development version.
</description>

<dependencies>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>maven-release-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.semver</groupId>
<artifactId>api</artifactId>
<version>0.9.33</version>
</dependency>


<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<id>process-classes</id>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>33</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
<packaging>pom</packaging>

<name>Maven Release</name>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-release.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-release.git</developerConnection>
<url>https://github.com/apache/maven-release/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-release-3.0.0-M1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit dbdf3a4

Please sign in to comment.