You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2017/07/23 03:45:42 UTC

metamodel git commit: Fixed wrong in pom.xml file.

Repository: metamodel
Updated Branches:
  refs/heads/master 018359172 -> 8a69372fb


Fixed wrong <tag> in pom.xml file.

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/8a69372f
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/8a69372f
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/8a69372f

Branch: refs/heads/master
Commit: 8a69372fb24764ce02bc1cdfb8143259ee73fba5
Parents: 0183591
Author: Kasper Sørensen <i....@gmail.com>
Authored: Sat Jul 22 20:42:55 2017 -0700
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Sat Jul 22 20:42:55 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/8a69372f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50f5674..0f82d84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ under the License.
 		<url>https://git-wip-us.apache.org/repos/asf?p=metamodel.git</url>
 		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/metamodel.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metamodel.git</developerConnection>
-		<tag>5.x</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<groupId>org.apache.metamodel</groupId>
 	<artifactId>MetaModel</artifactId>