Skip to content

Commit 3b7da1a

Browse files
committed
version 0.4
1 parent 673430b commit 3b7da1a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

crxtool-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.mike10004</groupId>
88
<artifactId>crxtool-parent</artifactId>
9-
<version>0.4-SNAPSHOT</version>
9+
<version>0.4</version>
1010
</parent>
1111
<artifactId>crxtool-core</artifactId>
1212
<name>crxtool-core</name>

crxtool-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>crxtool-parent</artifactId>
55
<groupId>com.github.mike10004</groupId>
6-
<version>0.4-SNAPSHOT</version>
6+
<version>0.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>crxtool-maven-plugin</artifactId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.github.mike10004</groupId>
5757
<artifactId>crxtool-testing</artifactId>
58-
<version>0.4-SNAPSHOT</version>
58+
<version>0.4</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

crxtool-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>crxtool-parent</artifactId>
77
<groupId>com.github.mike10004</groupId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

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

77
<groupId>com.github.mike10004</groupId>
88
<artifactId>crxtool-parent</artifactId>
9-
<version>0.4-SNAPSHOT</version>
9+
<version>0.4</version>
1010
<name>crxtool</name>
1111
<description>Chrome extension tools</description>
1212
<packaging>pom</packaging>

0 commit comments

Comments
 (0)