This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git
commit 382ff1b3901d0fbe7842e37836cc95176a88353c Author: Clebert Suconic <[email protected]> AuthorDate: Fri Mar 1 10:46:33 2019 -0500 [maven-release-plugin] prepare release 1.0.0 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2a938cd..e762aa2 100644 --- a/pom.xml +++ b/pom.xml @@ -15,13 +15,12 @@ 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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.activemq</groupId> <artifactId>activemq-artemis-native</artifactId> <packaging>bundle</packaging> - <version>1.0-SNAPSHOT</version> + <version>1.0.0</version> <parent> <groupId>org.apache</groupId> @@ -31,7 +30,7 @@ </parent> <name>ActiveMQ Artemis Native</name> - <url></url> + <url /> <prerequisites> <maven>3.1.0</maven> @@ -70,7 +69,8 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-native.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-native.git</developerConnection> <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url> - </scm> + <tag>1.0.0</tag> + </scm> <distributionManagement> <site>
