github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/maven/constants.go (about)

     1  package maven
     2  
     3  const (
     4  	// MavenVersion the release version of Apache Maven
     5  	MavenVersion = "3.5.4"
     6  )