Skip to content

Commit a5a92c1

Browse files
authored
[Publish] 0.0.4-beta版本发布
[Publish] 0.0.4-beta版本发布
2 parents 08acdf4 + 83f4b09 commit a5a92c1

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>io.github.tml</groupId>
130130
<artifactId>mosaic-starter</artifactId>
131-
<version>1.0-SNAPSHOT</version>
131+
<version>0.0.4-beta</version>
132132
</dependency>
133133
```
134134

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
<dependency>
5353
<groupId>io.github.tml</groupId>
5454
<artifactId>mosaic-starter</artifactId>
55-
<version>1.0-SNAPSHOT</version>
55+
<version>0.0.4-beta</version>
5656
</dependency>
5757
```

mosaic-agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.timemachinelab</groupId>
66
<artifactId>mosaic-agent</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.0.4-beta</version>
88
<packaging>jar</packaging>
99
<name>mosaic-agent</name>
1010
<description>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.github.timemachinelab</groupId>
1616
<artifactId>Mosaic</artifactId>
17-
<version>1.0-SNAPSHOT</version>
17+
<version>0.0.4-beta</version>
1818
</parent>
1919

2020
<properties>

mosaic-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.timemachinelab</groupId>
77
<artifactId>mosaic-core</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.0.4-beta</version>
99
<packaging>jar</packaging>
1010
<name>mosaic-core</name>
1111
<description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>io.github.timemachinelab</groupId>
1717
<artifactId>Mosaic</artifactId>
18-
<version>1.0-SNAPSHOT</version>
18+
<version>0.0.4-beta</version>
1919
</parent>
2020

2121

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.github.timemachinelab</groupId>
3131
<artifactId>mosaic-agent</artifactId>
32-
<version>1.0-SNAPSHOT</version>
32+
<version>0.0.4-beta</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.github.javaparser</groupId>

mosaic-starter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.github.timemachinelab</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.0.4-beta</version>
99
<name>mosaic-starter</name>
1010
<description>
1111
Mosaic Starter
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.github.timemachinelab</groupId>
1616
<artifactId>Mosaic</artifactId>
17-
<version>1.0-SNAPSHOT</version>
17+
<version>0.0.4-beta</version>
1818
</parent>
1919

2020
<artifactId>mosaic-starter</artifactId>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>io.github.timemachinelab</groupId>
7878
<artifactId>mosaic-core</artifactId>
79-
<version>1.0-SNAPSHOT</version>
79+
<version>0.0.4-beta</version>
8080
</dependency>
8181
</dependencies>
8282
</project>

mosaic-test-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.tml</groupId>
88
<artifactId>mosaic-test-plugin</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.4-beta</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
@@ -16,9 +16,9 @@
1616

1717
<dependencies>
1818
<dependency>
19-
<groupId>io.github.tml</groupId>
19+
<groupId>io.github.timemachinelab</groupId>
2020
<artifactId>mosaic-core</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>0.0.4-beta</version>
2222
<scope>provided</scope>
2323
</dependency>
2424
</dependencies>

mosaic-user-test-project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.tml</groupId>
88
<artifactId>mosaic-user-test-project</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.4-beta</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
@@ -34,9 +34,9 @@
3434
</dependency>
3535

3636
<dependency>
37-
<groupId>io.github.tml</groupId>
37+
<groupId>io.github.timemachinelab</groupId>
3838
<artifactId>mosaic-starter</artifactId>
39-
<version>1.0-SNAPSHOT</version>
39+
<version>0.0.4-beta</version>
4040
</dependency>
4141
</dependencies>
4242

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.timemachinelab</groupId>
88
<artifactId>Mosaic</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.4-beta</version>
1010
<packaging>pom</packaging>
1111

1212
<name>mosaic</name>

0 commit comments

Comments
 (0)