File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
spotbugs-aggregate-report
microsoft-azure-eventhubs-eph
microsoft-azure-eventhubs-extensions
microsoft-azure-eventhubs
src/main/java/com/microsoft/azure/eventhubs/impl Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 117117 <dependency >
118118 <groupId >com.microsoft.azure</groupId >
119119 <artifactId >azure-eventhubs</artifactId >
120- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
120+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
121121 </dependency >
122122 <dependency >
123123 <groupId >com.microsoft.azure</groupId >
124124 <artifactId >azure-eventhubs-eph</artifactId >
125- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
125+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
126126 </dependency >
127127 <dependency >
128128 <groupId >com.microsoft.azure</groupId >
129129 <artifactId >azure-eventhubs-extensions</artifactId >
130- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
130+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
131131 </dependency >
132132 <!-- Storage is excluded from Spotbugs report as it collides with the storage library
133133 dependency in eventhubs code. This issue is under investigation.
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-predi
2424com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-training;1.1.0-beta.3;1.1.0-beta.3
2525com.microsoft.azure.cognitiveservices:azure-cognitiveservices-faceapi;1.1.0-beta.1;1.1.0-beta.1
2626com.microsoft.azure.cognitiveservices:azure-cognitiveservices-qnamaker;1.0.0-beta.1;1.0.0-beta.1
27- com.microsoft.azure:azure-eventhubs;3.2.1 ;3.2.2
28- com.microsoft.azure:azure-eventhubs-eph;3.2.1 ;3.2.2
29- com.microsoft.azure:azure-eventhubs-extensions;3.2.1 ;3.2.2
27+ com.microsoft.azure:azure-eventhubs;3.2.2 ;3.3.0-beta.1
28+ com.microsoft.azure:azure-eventhubs-eph;3.2.2 ;3.3.0-beta.1
29+ com.microsoft.azure:azure-eventhubs-extensions;3.2.2 ;3.3.0-beta.1
3030com.microsoft.azure:azure-keyvault;1.2.4;1.3.0-beta.1
3131com.microsoft.azure:azure-keyvault-complete;1.2.4;1.3.0-beta.1
3232com.microsoft.azure:azure-keyvault-core;1.2.4;1.3.0-beta.1
Original file line number Diff line number Diff line change 1414 <modelVersion >4.0.0</modelVersion >
1515 <groupId >com.microsoft.azure</groupId >
1616 <artifactId >azure-eventhubs-eph</artifactId >
17- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
17+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
1818
1919 <name >Microsoft Azure SDK for Event Hubs Event Processor Host(EPH)</name >
2020 <description >EPH is built on top of the Azure Event Hubs Client and provides a number of features not present in that lower layer.${line.separator}
4040 <dependency >
4141 <groupId >com.microsoft.azure</groupId >
4242 <artifactId >azure-eventhubs</artifactId >
43- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
43+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
4444 </dependency >
4545 <dependency >
4646 <groupId >com.microsoft.azure</groupId >
Original file line number Diff line number Diff line change 1414 <modelVersion >4.0.0</modelVersion >
1515 <groupId >com.microsoft.azure</groupId >
1616 <artifactId >azure-eventhubs-extensions</artifactId >
17- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
17+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
1818
1919 <name >Microsoft Azure SDK for Event Hubs Extensions</name >
2020 <description >Extensions built on Microsoft Azure Event Hubs${line.separator}
4040 <dependency >
4141 <groupId >com.microsoft.azure</groupId >
4242 <artifactId >azure-eventhubs</artifactId >
43- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
43+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
4444 </dependency >
4545 <dependency >
4646 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 1414 <modelVersion >4.0.0</modelVersion >
1515 <groupId >com.microsoft.azure</groupId >
1616 <artifactId >azure-eventhubs</artifactId >
17- <version >3.2.2 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
17+ <version >3.3.0-beta.1 </version > <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
1818
1919 <name >Microsoft Azure SDK for Event Hubs</name >
2020 <description >Libraries built on Microsoft Azure Event Hubs.${line.separator}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public final class ClientConstants {
3939 public static final String DEFAULT_RETRY = "Default" ;
4040 public static final String PRODUCT_NAME = "MSJavaClient" ;
4141 // {x-version-update-start;com.microsoft.azure:azure-eventhubs;current}
42- public static final String CURRENT_JAVACLIENT_VERSION = "3.2.2 " ;
42+ public static final String CURRENT_JAVACLIENT_VERSION = "3.3.0-beta.1 " ;
4343 // {x-version-update-end}
4444 public static final String PLATFORM_INFO = getPlatformInfo ();
4545 public static final String FRAMEWORK_INFO = getFrameworkInfo ();
You can’t perform that action at this time.
0 commit comments