Skip to content

Commit 7624a1f

Browse files
[maven-release-plugin] prepare release v1.0.1
1 parent 1217bee commit 7624a1f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

classviz-generation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>classviz</artifactId>
55
<groupId>com.lujian</groupId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>classviz-generation</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212

1313
<dependencies>
1414
<dependency>

classviz-grammar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>classviz</artifactId>
55
<groupId>com.lujian</groupId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>classviz-grammar</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212

1313
<dependencies>
1414
<dependency>

classviz-visualize/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>classviz</artifactId>
55
<groupId>com.lujian</groupId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>classviz-visualize</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212

1313
<dependencies>
1414
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.lujian</groupId>
66
<artifactId>classviz</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<modules>
1010
<module>classviz-visualize</module>
1111
<module>classviz-grammar</module>
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>com.lujian</groupId>
2727
<artifactId>classviz-grammar</artifactId>
28-
<version>1.0.0</version>
28+
<version>1.0.1</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.lujian</groupId>
3232
<artifactId>classviz-visualize</artifactId>
33-
<version>1.0.0</version>
33+
<version>1.0.1</version>
3434
</dependency>
3535
</dependencies>
3636
</dependencyManagement>
@@ -140,7 +140,7 @@
140140
<url>https://github.com/physicsLoveJava/classviz</url>
141141
<connection>scm:git:https://github.com/physicsLoveJava/classviz.git</connection>
142142
<developerConnection>scm:git:https://github.com/physicsLoveJava/classviz.git</developerConnection>
143-
<tag>HEAD</tag>
143+
<tag>v1.0.1</tag>
144144
</scm>
145145
<developers>
146146
<developer>

0 commit comments

Comments
 (0)