We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d711 commit c602c56Copy full SHA for c602c56
java/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.overture</groupId>
6
<artifactId>overture-plotting-tool</artifactId>
7
- <version>1.0.9-SNAPSHOT</version>
+ <version>1.0.10</version>
8
9
<properties>
10
<jetty.version>9.2.11.v20150529</jetty.version>
@@ -187,7 +187,7 @@
187
<url>[email protected]:overturetool/tempo-plotting-tool.git</url>
188
<connection>scm:git:git://github.com/overturetool/tempo-plotting-tool.git</connection>
189
<developerConnection>scm:git:[email protected]:overturetool/tempo-plotting-tool.git</developerConnection>
190
- <tag>HEAD</tag>
+ <tag>Release/1.0.10</tag>
191
</scm>
192
193
<developers>
0 commit comments