Skip to content

Commit 6e4937f

Browse files
committed
version 0.5
1 parent 38bb0fc commit 6e4937f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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</artifactId>
9-
<version>0.5-SNAPSHOT</version>
9+
<version>0.5</version>
1010
</parent>
1111
<artifactId>crxtool-core</artifactId>
1212
<name>crxtool-core</name>

crxtool-maven-plugin-example/pom.xml

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

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</artifactId>
55
<groupId>com.github.mike10004</groupId>
6-
<version>0.5-SNAPSHOT</version>
6+
<version>0.5</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>crxtool-maven-plugin</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.mike10004</groupId>
4747
<artifactId>crxtool-testing</artifactId>
48-
<version>0.5-SNAPSHOT</version>
48+
<version>0.5</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</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</artifactId>
77
<groupId>com.github.mike10004</groupId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>0.5</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</artifactId>
9-
<version>0.5-SNAPSHOT</version>
9+
<version>0.5</version>
1010
<name>crxtool</name>
1111
<description>Chrome extension tools</description>
1212
<packaging>pom</packaging>

0 commit comments

Comments
 (0)