Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit cf04b31

Browse files
committed
Moved to Java 7. Updated Jackson dependency.
1 parent 2275a75 commit cf04b31

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

microsoft-azure-storage-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<artifactId>maven-compiler-plugin</artifactId>
1717
<version>3.0</version>
1818
<configuration>
19-
<source>1.6</source>
20-
<target>1.6</target>
19+
<source>1.7</source>
20+
<target>1.7</target>
2121
</configuration>
2222
</plugin>
2323
</plugins>

microsoft-azure-storage-samples/src/com/microsoft/azure/storage/logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<artifactId>maven-compiler-plugin</artifactId>
1717
<version>3.0</version>
1818
<configuration>
19-
<source>1.6</source>
20-
<target>1.6</target>
19+
<source>1.7</source>
20+
<target>1.7</target>
2121
</configuration>
2222
</plugin>
2323
</plugins>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-storage</artifactId>
13-
<version>7.1.0-Preview</version>
13+
<version>8.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Microsoft Azure Storage Client SDK</name>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-core</artifactId>
49-
<version>2.6.0</version>
49+
<version>2.9.4</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.slf4j</groupId>
@@ -116,8 +116,8 @@
116116
<artifactId>maven-compiler-plugin</artifactId>
117117
<version>2.3.2</version>
118118
<configuration>
119-
<source>1.6</source>
120-
<target>1.6</target>
119+
<source>1.7</source>
120+
<target>1.7</target>
121121
</configuration>
122122
</plugin>
123123

0 commit comments

Comments
 (0)