Skip to content

Commit 7225979

Browse files
committed
version 2.0.0
1 parent ec09d0a commit 7225979

File tree

9 files changed

+21
-20
lines changed

9 files changed

+21
-20
lines changed

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
</parent>
2121
<groupId>com.github.snakerflow</groupId>
2222
<artifactId>snaker-parent</artifactId>
23-
<version>2.0-SNAPSHOT</version>
23+
<version>2.0.0</version>
2424
<packaging>pom</packaging>
25-
<name>Snaker-Parent</name>
26-
<url>http://snakerflow.github.io</url>
25+
<name>snaker-parent</name>
26+
<url>http://snakerflow.com</url>
2727
<inceptionYear>2013</inceptionYear>
2828
<description>snaker is free workflow.</description>
2929

3030
<developers>
3131
<developer>
3232
<name>yuqs</name>
33-
<url>http://www.snakerflow.com</url>
33+
<url>http://snakerflow.com</url>
3434
<email>[email protected]</email>
3535
<timezone>8</timezone>
3636
</developer>

Diff for: snaker-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>snaker-parent</artifactId>
77
<groupId>com.github.snakerflow</groupId>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,7 +18,7 @@
1818
<developers>
1919
<developer>
2020
<name>yuqs</name>
21-
<url>http://www.snakerflow.com</url>
21+
<url>http://snakerflow.com</url>
2222
<email>[email protected]</email>
2323
<timezone>8</timezone>
2424
</developer>

Diff for: snaker-ehcache/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>snaker-parent</artifactId>
77
<groupId>com.github.snakerflow</groupId>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,7 +18,7 @@
1818
<developers>
1919
<developer>
2020
<name>yuqs</name>
21-
<url>http://www.snakerflow.com</url>
21+
<url>http://snakerflow.com</url>
2222
<email>[email protected]</email>
2323
<timezone>8</timezone>
2424
</developer>

Diff for: snaker-hibernate/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>snaker-parent</artifactId>
77
<groupId>com.github.snakerflow</groupId>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<developers>
2020
<developer>
2121
<name>yuqs</name>
22-
<url>http://www.snakerflow.com</url>
22+
<url>http://snakerflow.com</url>
2323
<email>[email protected]</email>
2424
<timezone>8</timezone>
2525
</developer>

Diff for: snaker-jfinal/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>snaker-parent</artifactId>
77
<groupId>com.github.snakerflow</groupId>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,7 +18,7 @@
1818
<developers>
1919
<developer>
2020
<name>yuqs</name>
21-
<url>http://www.snakerflow.com</url>
21+
<url>http://snakerflow.com</url>
2222
<email>[email protected]</email>
2323
<timezone>8</timezone>
2424
</developer>

Diff for: snaker-mybatis/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>snaker-parent</artifactId>
88
<groupId>com.github.snakerflow</groupId>
9-
<version>2.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

@@ -20,7 +20,7 @@
2020
<developers>
2121
<developer>
2222
<name>yuqs</name>
23-
<url>http://www.snakerflow.com</url>
23+
<url>http://snakerflow.com</url>
2424
<email>[email protected]</email>
2525
<timezone>8</timezone>
2626
</developer>

Diff for: snaker-nutz/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>snaker-parent</artifactId>
88
<groupId>com.github.snakerflow</groupId>
9-
<version>2.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

@@ -19,7 +19,7 @@
1919
<developers>
2020
<developer>
2121
<name>yuqs</name>
22-
<url>http://www.snakerflow.com</url>
22+
<url>http://snakerflow.com</url>
2323
<email>[email protected]</email>
2424
<timezone>8</timezone>
2525
</developer>
@@ -48,6 +48,7 @@
4848
<groupId>org.nutz</groupId>
4949
<artifactId>nutz</artifactId>
5050
<version>1.b.50</version>
51+
<scope>provided</scope>
5152
</dependency>
5253
<dependency>
5354
<groupId>junit</groupId>

Diff for: snaker-quartz/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>snaker-parent</artifactId>
77
<groupId>com.github.snakerflow</groupId>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,7 +18,7 @@
1818
<developers>
1919
<developer>
2020
<name>yuqs</name>
21-
<url>http://www.snakerflow.com</url>
21+
<url>http://snakerflow.com</url>
2222
<email>[email protected]</email>
2323
<timezone>8</timezone>
2424
</developer>

Diff for: snaker-spring/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>snaker-parent</artifactId>
77
<groupId>com.github.snakerflow</groupId>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,7 +18,7 @@
1818
<developers>
1919
<developer>
2020
<name>yuqs</name>
21-
<url>http://www.snakerflow.com</url>
21+
<url>http://snakerflow.com</url>
2222
<email>[email protected]</email>
2323
<timezone>8</timezone>
2424
</developer>

0 commit comments

Comments
 (0)