We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3564d commit f429ccfCopy full SHA for f429ccf
es/pom.xml
@@ -77,8 +77,8 @@
77
esVersion = "${es.version}";
78
print("Scanning "+filename+" for " + esVersion);
79
80
- docker = Pattern.compile("elasticsearch:(\\d.\\d\\d.\\d)");
81
- kibana = Pattern.compile("kibana:(\\d.\\d\\d.\\d)");
+ docker = Pattern.compile("elasticsearch:(\\d\\d+.\\d\\d+.\\d\\d+)");
+ kibana = Pattern.compile("kibana:(\\d\\d+.\\d\\d+.\\d\\d+)");
82
patterns = new Pattern[]{ docker, kibana};
83
84
String baseDir = new File(java.net.URI.create("${project.baseUri}")).getAbsolutePath().toString();
0 commit comments