Skip to content

Commit

Permalink
1. 依赖tools 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
core-lib committed Jul 2, 2018
1 parent a5cd64e commit 595263c
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 25 deletions.
9 changes: 5 additions & 4 deletions httpdoc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,9 +20,10 @@

<repositories>
<repository>
<id>nuiton</id>
<url>http://maven.nuiton.org/release/</url>
<id>regent</id>
<url>http://alpha.juniusoft.com:8088/nexus/content/repositories/releases/</url>
</repository>

</repositories>

<dependencies>
Expand All @@ -38,7 +39,7 @@
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.7.0.13</version>
<version>1.8</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions httpdoc-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-jestful/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>com.github.core-lib.jestful</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-nutz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>org.nutz</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-retrofit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
Expand Down
12 changes: 6 additions & 6 deletions httpdoc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-jestful</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-jackson</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>${jestful.group.id}</groupId>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-retrofit</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
Expand Down Expand Up @@ -142,13 +142,13 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-web</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>

<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-nutz</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>org.nutz</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.httpdoc</groupId>
<artifactId>httpdoc</artifactId>
<version>v1.2.5</version>
<version>v1.2.6</version>
<modules>
<module>httpdoc-core</module>
<module>httpdoc-springmvc</module>
Expand Down

0 comments on commit 595263c

Please sign in to comment.