Repository: flex-asjs Updated Branches: refs/heads/develop 4fa9ffa3d -> eb90d6b07
[maven-release-plugin] prepare branch release/0.8.0 Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/eb90d6b0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/eb90d6b0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/eb90d6b0 Branch: refs/heads/develop Commit: eb90d6b07859ade4ff2ef73b3e4a992bf80a1924 Parents: 4fa9ffa Author: piotrz <[email protected]> Authored: Wed Jun 14 15:50:15 2017 +0200 Committer: piotrz <[email protected]> Committed: Wed Jun 14 15:50:15 2017 +0200 ---------------------------------------------------------------------- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/eb90d6b0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6734409..361fbd2 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ 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"> +<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> @@ -26,7 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>18</version> - <relativePath></relativePath> + <relativePath /> </parent> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -47,7 +46,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-asjs.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-asjs.git</developerConnection> <url>https://github.com/apache/flex-asjs</url> - <tag>HEAD</tag> + <tag>release/0.8.0</tag> </scm> <properties>
