Git checkout branch from tag: got different code from that in github

Git checkout branch from tag: got different code from that in github. git clone https://github.com/eclipse-ee4j/mojarra git checkout -b mybranch 2.3.18.RELEASE pom.xml: <groupId>org.glassfish</groupId> <artifactId>mojarra-parent</artifactId> <version>4.0.0-SNAPSHOT</version> <packaging>pom</packaging> pom.xml file is different from the pom.xml file on github.com tag 2.3.18.RELEASE. <groupId>org.glassfish</groupId> <artifactId>mojarra-parent</artifactId> <version>2.3.18</version> <packaging>pom</packaging> >Solution : This question seems to boil down to a typo. There is no… Read More Git checkout branch from tag: got different code from that in github