Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
更新版号
  • Loading branch information
arloor committed Jan 13, 2019
2 parents d9036d6 + 0313e46 commit 8d3b7c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions proxyclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.arloor</groupId>
<artifactId>proxyclient</artifactId>
<version>1.2</version>
<version>2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.arloor</groupId>
<artifactId>proxycommon</artifactId>
<version>1.0</version>
<version>2.0</version>
</dependency>
</dependencies>

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

<groupId>com.arloor</groupId>
<artifactId>proxycommon</artifactId>
<version>1.0</version>
<version>2.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions proxycommon/src/main/resources/proxy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ crypto.key=你想用我的代理吗???
#作为分割
crypto.delimiter=br
#代理服务器运行在8080
server.port=8080
server.port=9090
#默认为127.0.0.1
#server.host=proxy
server.host=proxy
#默认为8081
client.port=8888
client.port=9091
4 changes: 2 additions & 2 deletions proxyserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.arloor</groupId>
<artifactId>proxyserver</artifactId>
<version>1.2</version>
<version>2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.arloor</groupId>
<artifactId>proxycommon</artifactId>
<version>1.0</version>
<version>2.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
Expand Down

0 comments on commit 8d3b7c4

Please sign in to comment.