Updated the Maven poms
Emmanuel Bourg
7 years ago
| 0 | jawn (0.10.4-2) UNRELEASED; urgency=medium | |
| 0 | jawn (0.11.1-1) UNRELEASED; urgency=medium | |
| 1 | 1 | |
| 2 | 2 | * Team upload. |
| 3 | * New upstream release | |
| 3 | 4 | * No longer build with the embedded SBT using Scala 2.10 (Closes: #893456) |
| 4 | 5 | * Standards-Version updated to 4.2.1 |
| 5 | 6 | * Switch to debhelper level 11 |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>argonaut-support</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 42 | 43 | </dependency> |
| 43 | 44 | <dependency> |
| 44 | 45 | <groupId>org.scalatest</groupId> |
| 45 | 46 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 47 | <version>3.0.3</version> | |
| 47 | 48 | <scope>test</scope> |
| 48 | 49 | </dependency> |
| 49 | 50 | <dependency> |
| 50 | 51 | <groupId>org.scalacheck</groupId> |
| 51 | 52 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 53 | <version>1.13.5</version> | |
| 53 | 54 | <scope>test</scope> |
| 54 | 55 | </dependency> |
| 55 | 56 | <dependency> |
| 56 | 57 | <groupId>io.argonaut</groupId> |
| 57 | 58 | <artifactId>argonaut_2.11</artifactId> |
| 58 | <version>6.1</version> | |
| 59 | <version>6.2</version> | |
| 59 | 60 | </dependency> |
| 60 | 61 | </dependencies> |
| 61 | 62 | </project>⏎ |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>ast</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 43 | </dependency> | |
| 44 | <dependency> | |
| 45 | <groupId>org.spire-math</groupId> | |
| 46 | <artifactId>jawn-util_2.11</artifactId> | |
| 47 | <version>0.11.1</version> | |
| 42 | 48 | </dependency> |
| 43 | 49 | <dependency> |
| 44 | 50 | <groupId>org.scalatest</groupId> |
| 45 | 51 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 52 | <version>3.0.3</version> | |
| 47 | 53 | <scope>test</scope> |
| 48 | 54 | </dependency> |
| 49 | 55 | <dependency> |
| 50 | 56 | <groupId>org.scalacheck</groupId> |
| 51 | 57 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 58 | <version>1.13.5</version> | |
| 53 | 59 | <scope>test</scope> |
| 54 | 60 | </dependency> |
| 55 | 61 | </dependencies> |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>json4s-support</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 43 | </dependency> | |
| 44 | <dependency> | |
| 45 | <groupId>org.spire-math</groupId> | |
| 46 | <artifactId>jawn-util_2.11</artifactId> | |
| 47 | <version>0.11.1</version> | |
| 42 | 48 | </dependency> |
| 43 | 49 | <dependency> |
| 44 | 50 | <groupId>org.scalatest</groupId> |
| 45 | 51 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 52 | <version>3.0.3</version> | |
| 47 | 53 | <scope>test</scope> |
| 48 | 54 | </dependency> |
| 49 | 55 | <dependency> |
| 50 | 56 | <groupId>org.scalacheck</groupId> |
| 51 | 57 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 58 | <version>1.13.5</version> | |
| 53 | 59 | <scope>test</scope> |
| 54 | 60 | </dependency> |
| 55 | 61 | <dependency> |
| 56 | 62 | <groupId>org.json4s</groupId> |
| 57 | 63 | <artifactId>json4s-ast_2.11</artifactId> |
| 58 | <version>3.5.0</version> | |
| 64 | <version>3.5.2</version> | |
| 59 | 65 | </dependency> |
| 60 | 66 | </dependencies> |
| 61 | 67 | </project>⏎ |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>parser</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.scalatest</groupId> |
| 40 | 41 | <artifactId>scalatest_2.11</artifactId> |
| 41 | <version>3.0.0</version> | |
| 42 | <version>3.0.3</version> | |
| 42 | 43 | <scope>test</scope> |
| 43 | 44 | </dependency> |
| 44 | 45 | <dependency> |
| 45 | 46 | <groupId>org.scalacheck</groupId> |
| 46 | 47 | <artifactId>scalacheck_2.11</artifactId> |
| 47 | <version>1.13.4</version> | |
| 48 | <version>1.13.5</version> | |
| 48 | 49 | <scope>test</scope> |
| 49 | 50 | </dependency> |
| 50 | 51 | </dependencies> |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>play-support</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 42 | 43 | </dependency> |
| 43 | 44 | <dependency> |
| 44 | 45 | <groupId>org.scalatest</groupId> |
| 45 | 46 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 47 | <version>3.0.3</version> | |
| 47 | 48 | <scope>test</scope> |
| 48 | 49 | </dependency> |
| 49 | 50 | <dependency> |
| 50 | 51 | <groupId>org.scalacheck</groupId> |
| 51 | 52 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 53 | <version>1.13.5</version> | |
| 53 | 54 | <scope>test</scope> |
| 54 | 55 | </dependency> |
| 55 | 56 | <dependency> |
| 56 | 57 | <groupId>com.typesafe.play</groupId> |
| 57 | 58 | <artifactId>play-json_2.11</artifactId> |
| 58 | <version>2.5.9</version> | |
| 59 | <version>2.5.15</version> | |
| 59 | 60 | </dependency> |
| 60 | 61 | </dependencies> |
| 61 | 62 | </project>⏎ |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>rojoma-v3-support</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 42 | 43 | </dependency> |
| 43 | 44 | <dependency> |
| 44 | 45 | <groupId>org.scalatest</groupId> |
| 45 | 46 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 47 | <version>3.0.3</version> | |
| 47 | 48 | <scope>test</scope> |
| 48 | 49 | </dependency> |
| 49 | 50 | <dependency> |
| 50 | 51 | <groupId>org.scalacheck</groupId> |
| 51 | 52 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 53 | <version>1.13.5</version> | |
| 53 | 54 | <scope>test</scope> |
| 54 | 55 | </dependency> |
| 55 | 56 | <dependency> |
| 56 | 57 | <groupId>com.rojoma</groupId> |
| 57 | 58 | <artifactId>rojoma-json-v3_2.11</artifactId> |
| 58 | <version>3.7.0</version> | |
| 59 | <version>3.7.2</version> | |
| 59 | 60 | </dependency> |
| 60 | 61 | </dependencies> |
| 61 | 62 | </project>⏎ |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>rojoma-support</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 42 | 43 | </dependency> |
| 43 | 44 | <dependency> |
| 44 | 45 | <groupId>org.scalatest</groupId> |
| 45 | 46 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 47 | <version>3.0.3</version> | |
| 47 | 48 | <scope>test</scope> |
| 48 | 49 | </dependency> |
| 49 | 50 | <dependency> |
| 50 | 51 | <groupId>org.scalacheck</groupId> |
| 51 | 52 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 53 | <version>1.13.5</version> | |
| 53 | 54 | <scope>test</scope> |
| 54 | 55 | </dependency> |
| 55 | 56 | <dependency> |
| 5 | 5 | <packaging>jar</packaging> |
| 6 | 6 | <description>spray-support</description> |
| 7 | 7 | <url>http://github.com/non/jawn</url> |
| 8 | <version>0.10.4</version> | |
| 8 | <version>0.11.1</version> | |
| 9 | 9 | <licenses> |
| 10 | 10 | <license> |
| 11 | 11 | <name>MIT</name> |
| 19 | 19 | <url>http://github.com/non/jawn</url> |
| 20 | 20 | </organization> |
| 21 | 21 | <scm> |
| 22 | <url>git@github.com:non/jawn.git</url> | |
| 22 | <url>https://github.com/non/jawn</url> | |
| 23 | 23 | <connection>scm:git:git@github.com:non/jawn.git</connection> |
| 24 | 24 | </scm> |
| 25 | 25 | <developers> |
| 26 | 26 | <developer> |
| 27 | 27 | <id>d_m</id> |
| 28 | 28 | <name>Erik Osheim</name> |
| 29 | <email>erik@plastic-idolatry.com</email> | |
| 29 | 30 | <url>http://github.com/non/</url> |
| 30 | 31 | </developer> |
| 31 | 32 | </developers> |
| 33 | 34 | <dependency> |
| 34 | 35 | <groupId>org.scala-lang</groupId> |
| 35 | 36 | <artifactId>scala-library</artifactId> |
| 36 | <version>2.11.8</version> | |
| 37 | <version>2.11.11</version> | |
| 37 | 38 | </dependency> |
| 38 | 39 | <dependency> |
| 39 | 40 | <groupId>org.spire-math</groupId> |
| 40 | 41 | <artifactId>jawn-parser_2.11</artifactId> |
| 41 | <version>0.10.4</version> | |
| 42 | <version>0.11.1</version> | |
| 42 | 43 | </dependency> |
| 43 | 44 | <dependency> |
| 44 | 45 | <groupId>org.scalatest</groupId> |
| 45 | 46 | <artifactId>scalatest_2.11</artifactId> |
| 46 | <version>3.0.0</version> | |
| 47 | <version>3.0.3</version> | |
| 47 | 48 | <scope>test</scope> |
| 48 | 49 | </dependency> |
| 49 | 50 | <dependency> |
| 50 | 51 | <groupId>org.scalacheck</groupId> |
| 51 | 52 | <artifactId>scalacheck_2.11</artifactId> |
| 52 | <version>1.13.4</version> | |
| 53 | <version>1.13.5</version> | |
| 53 | 54 | <scope>test</scope> |
| 54 | 55 | </dependency> |
| 55 | 56 | <dependency> |
| 56 | 57 | <groupId>io.spray</groupId> |
| 57 | 58 | <artifactId>spray-json_2.11</artifactId> |
| 58 | <version>1.3.2</version> | |
| 59 | <version>1.3.3</version> | |
| 59 | 60 | </dependency> |
| 60 | 61 | </dependencies> |
| 61 | 62 | </project>⏎ |