- Try to get the maven-release-plugin running
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/73d5f3ab Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/73d5f3ab Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/73d5f3ab Branch: refs/heads/release0.7.0 Commit: 73d5f3ab336cae93a50e1ff587b29772444c260c Parents: 7913f2b Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 10:04:12 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 10:08:18 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/73d5f3ab/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 8d1f65a..db03820 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -29,17 +29,11 @@ <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>compiler-build-tools</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>maven-plugin</packaging> <name>Apache Flex - FlexJS: Build Tools</name> - <scm> - <connection>scm:git://git.apache.org/flex-falcon.git</connection> - <developerConnection>scm:git://git.apache.org/flex-falcon.git</developerConnection> - <url>https://github.com/apache/flex-falcon</url> - </scm> - <build> <plugins> <plugin> @@ -70,22 +64,6 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> - <configuration> - <!-- If we push the changes, the build will fail, cause it's in a child directory --> - <pushChanges>false</pushChanges> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-scm-plugin</artifactId> - <version>1.8.1</version> - </dependency> - </dependencies> - </plugin> </plugins> <pluginManagement> <plugins>
