We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881a61c commit f444852Copy full SHA for f444852
1 file changed
pom.xml
@@ -11,15 +11,15 @@
11
<groupId>org.cubeengine</groupId>
12
<artifactId>plugin-gen</artifactId>
13
<name>CubeEngine Plugin Generator</name>
14
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.1.0</version>
15
<description>Generates necessary plugin glue code for CubeEngine modules.</description>
16
<inceptionYear>2018</inceptionYear>
17
18
<scm>
19
<url>scm:git:https://github.com/CubeEngine/plugin-gen</url>
20
<connection>scm:git:https://github.com/CubeEngine/plugin-gen.git</connection>
21
<developerConnection>scm:git:git@github.com:CubeEngine/plugin-gen.git</developerConnection>
22
- <tag>HEAD</tag>
+ <tag>plugin-gen-1.1.0</tag>
23
</scm>
24
25
<developers>
0 commit comments