|
9 | 9 |
|
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 | <groupId>org.bdgenomics.utils</groupId> |
12 | | - <artifactId>utils-parent_2.11</artifactId> |
| 12 | + <artifactId>utils-parent_2.10</artifactId> |
13 | 13 | <version>0.2.7-SNAPSHOT</version> |
14 | 14 | <packaging>pom</packaging> |
15 | 15 | <name>utils</name> |
|
64 | 64 | </issueManagement> |
65 | 65 |
|
66 | 66 | <build> |
67 | | - <outputDirectory>target/scala-2.11.4/classes</outputDirectory> |
68 | | - <testOutputDirectory>target/scala-2.11.4/test-classes</testOutputDirectory> |
| 67 | + <outputDirectory>target/scala-2.10.4/classes</outputDirectory> |
| 68 | + <testOutputDirectory>target/scala-2.10.4/test-classes</testOutputDirectory> |
69 | 69 | <pluginManagement> |
70 | 70 | <plugins> |
71 | 71 | <plugin> |
|
81 | 81 | <mavenExecutorId>forked-path</mavenExecutorId> |
82 | 82 | <useReleaseProfile>false</useReleaseProfile> |
83 | 83 | <arguments>-Psonatype-oss-release</arguments> |
84 | | - <tagNameFormat>utils-parent_2.11-${project.version}</tagNameFormat> |
| 84 | + <tagNameFormat>utils-parent_2.10-${project.version}</tagNameFormat> |
85 | 85 | </configuration> |
86 | 86 | </plugin> |
87 | 87 | <plugin> |
|
229 | 229 | </execution> |
230 | 230 | </executions> |
231 | 231 | <configuration> |
232 | | - <scalaVersion>2.11.4</scalaVersion> |
| 232 | + <scalaVersion>2.10.4</scalaVersion> |
233 | 233 | <useZincServer>true</useZincServer> |
234 | 234 | <args> |
235 | 235 | <arg>-unchecked</arg> |
|
279 | 279 | </dependency> |
280 | 280 | <dependency> |
281 | 281 | <groupId>org.bdgenomics.utils</groupId> |
282 | | - <artifactId>utils-misc_2.11</artifactId> |
| 282 | + <artifactId>utils-misc_2.10</artifactId> |
283 | 283 | <version>${project.version}</version> |
284 | 284 | </dependency> |
285 | 285 | <dependency> |
286 | 286 | <groupId>org.bdgenomics.utils</groupId> |
287 | | - <artifactId>utils-misc_2.11</artifactId> |
| 287 | + <artifactId>utils-misc_2.10</artifactId> |
288 | 288 | <version>${project.version}</version> |
289 | 289 | <scope>test</scope> |
290 | 290 | <type>test-jar</type> |
291 | 291 | </dependency> |
292 | 292 | <dependency> |
293 | 293 | <groupId>org.bdgenomics.utils</groupId> |
294 | | - <artifactId>utils-io_2.11</artifactId> |
| 294 | + <artifactId>utils-io_2.10</artifactId> |
295 | 295 | <version>${project.version}</version> |
296 | 296 | </dependency> |
297 | 297 | <dependency> |
298 | 298 | <groupId>org.bdgenomics.utils</groupId> |
299 | | - <artifactId>utils-metrics_2.11</artifactId> |
| 299 | + <artifactId>utils-metrics_2.10</artifactId> |
300 | 300 | <version>${project.version}</version> |
301 | 301 | </dependency> |
302 | 302 | <dependency> |
|
306 | 306 | </dependency> |
307 | 307 | <dependency> |
308 | 308 | <groupId>org.scalatest</groupId> |
309 | | - <artifactId>scalatest_2.11</artifactId> |
| 309 | + <artifactId>scalatest_2.10</artifactId> |
310 | 310 | <version>2.2.5</version> |
311 | 311 | <scope>test</scope> |
312 | 312 | </dependency> |
313 | 313 | <dependency> |
314 | 314 | <groupId>org.scoverage</groupId> |
315 | | - <artifactId>scalac-scoverage-plugin_2.11</artifactId> |
| 315 | + <artifactId>scalac-scoverage-plugin_2.10</artifactId> |
316 | 316 | <version>${scoverage.version}</version> |
317 | 317 | </dependency> |
318 | 318 | <dependency> |
319 | 319 | <groupId>org.scala-lang</groupId> |
320 | 320 | <artifactId>scala-library</artifactId> |
321 | | - <version>2.11.4</version> |
| 321 | + <version>2.10.4</version> |
322 | 322 | </dependency> |
323 | 323 | <dependency> |
324 | 324 | <groupId>org.apache.hadoop</groupId> |
|
354 | 354 | </dependency> |
355 | 355 | <dependency> |
356 | 356 | <groupId>org.apache.spark</groupId> |
357 | | - <artifactId>spark-core_2.11</artifactId> |
| 357 | + <artifactId>spark-core_2.10</artifactId> |
358 | 358 | <version>${spark.version}</version> |
359 | 359 | <scope>provided</scope> |
360 | 360 | <exclusions> |
|
364 | 364 | </exclusion> |
365 | 365 | <exclusion> |
366 | 366 | <groupId>org.twitter</groupId> |
367 | | - <artifactId>chill_2.11</artifactId> |
| 367 | + <artifactId>chill_2.10</artifactId> |
368 | 368 | </exclusion> |
369 | 369 | <exclusion> |
370 | 370 | <groupId>org.apache.hadoop</groupId> |
|
374 | 374 | </dependency> |
375 | 375 | <dependency> |
376 | 376 | <groupId>org.scalanlp</groupId> |
377 | | - <artifactId>breeze_2.11</artifactId> |
| 377 | + <artifactId>breeze_2.10</artifactId> |
378 | 378 | <version>0.10</version> |
379 | 379 | </dependency> |
380 | 380 | <dependency> |
|
395 | 395 | </dependency> |
396 | 396 | <dependency> |
397 | 397 | <groupId>org.apache.spark</groupId> |
398 | | - <artifactId>spark-mllib_2.11</artifactId> |
| 398 | + <artifactId>spark-mllib_2.10</artifactId> |
399 | 399 | <version>${spark.version}</version> |
400 | 400 | <scope>provided</scope> |
401 | 401 | </dependency> |
|
453 | 453 | </execution> |
454 | 454 | </executions> |
455 | 455 | <configuration> |
456 | | - <scalaVersion>2.11.4</scalaVersion> |
| 456 | + <scalaVersion>2.10.4</scalaVersion> |
457 | 457 | <useZincServer>true</useZincServer> |
458 | 458 | <args> |
459 | 459 | <arg>-unchecked</arg> |
|
475 | 475 | <compilerPlugins> |
476 | 476 | <compilerPlugin> |
477 | 477 | <groupId>org.scoverage</groupId> |
478 | | - <artifactId>scalac-scoverage-plugin_2.11</artifactId> |
| 478 | + <artifactId>scalac-scoverage-plugin_2.10</artifactId> |
479 | 479 | <version>${scoverage.version}</version> |
480 | 480 | </compilerPlugin> |
481 | 481 | </compilerPlugins> |
|
0 commit comments