Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessyZu authored and jessyZu committed Sep 28, 2016
1 parent d39cbed commit 81d2b8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.jessyZu</groupId>
<artifactId>dubbo-zipkin-spring-starter</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>dubbo-zipkin-spring-starter</name>
Expand Down
2 changes: 1 addition & 1 deletion release.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#release configuration
#Wed Sep 28 22:42:19 CST 2016
#Wed Sep 28 22:51:46 CST 2016
scm.tag=dubbo-zipkin-spring-starter-1.0.2
scm.url=scm\:git\:https\://github.com/jessyZu/dubbo-zipkin-spring-starter.git
pushChanges=true
Expand Down
3 changes: 0 additions & 3 deletions src/test/java/com/github/jessyZu/dz/TestService1Consumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringRunner;

import java.io.IOException;

@RunWith(SpringRunner.class)
@SpringBootTest(properties = {"spring.application.name=TestService1Consumer"})
@ContextConfiguration(locations = {"classpath:spring/dubbo-demo-service1-consumer.xml"}, classes = TestApp.class)
Expand All @@ -28,7 +26,6 @@ public void test() {
e.printStackTrace();
}

}

}

Expand Down

0 comments on commit 81d2b8c

Please sign in to comment.