Skip to content

Commit 01b9174

Browse files
committed
Prepare release v3.3.8
1 parent c7f4811 commit 01b9174

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.classpath

+19
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
1111
<attributes>
1212
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1314
</attributes>
1415
</classpathentry>
1516
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
@@ -21,6 +22,7 @@
2122
<attributes>
2223
<attribute name="optional" value="true"/>
2324
<attribute name="maven.pomderived" value="true"/>
25+
<attribute name="test" value="true"/>
2426
</attributes>
2527
</classpathentry>
2628
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
@@ -38,5 +40,22 @@
3840
<classpathentry kind="lib" path="libs/slf4j-log4j12-1.7.7.jar"/>
3941
<classpathentry kind="lib" path="libs/slf4j-api-1.7.7.jar"/>
4042
<classpathentry kind="lib" path="libs/gson-2.2.4.jar"/>
43+
<classpathentry kind="src" path="target/generated-sources/annotations">
44+
<attributes>
45+
<attribute name="optional" value="true"/>
46+
<attribute name="maven.pomderived" value="true"/>
47+
<attribute name="ignore_optional_problems" value="true"/>
48+
<attribute name="m2e-apt" value="true"/>
49+
</attributes>
50+
</classpathentry>
51+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
52+
<attributes>
53+
<attribute name="optional" value="true"/>
54+
<attribute name="maven.pomderived" value="true"/>
55+
<attribute name="ignore_optional_problems" value="true"/>
56+
<attribute name="m2e-apt" value="true"/>
57+
<attribute name="test" value="true"/>
58+
</attributes>
59+
</classpathentry>
4160
<classpathentry kind="output" path="target/classes"/>
4261
</classpath>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>cn.jpush.api</groupId>
4444
<artifactId>jiguang-common</artifactId>
45-
<version>1.1.1</version>
45+
<version>1.1.3</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)