|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 |
| - ~ Copyright 2011-2012 Christos KK Loverdos |
| 3 | + ~ Copyright 2011-2014 Christos KK Loverdos |
4 | 4 | ~
|
5 | 5 | ~ Licensed under the Apache License, Version 2.0 (the "License");
|
6 | 6 | ~ you may not use this file except in compliance with the License.
|
7 | 7 | ~ You may obtain a copy of the License at
|
8 | 8 | ~
|
9 |
| - ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
10 | 10 | ~
|
11 | 11 | ~ Unless required by applicable law or agreed to in writing, software
|
12 | 12 | ~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
26 | 26 |
|
27 | 27 | <groupId>com.ckkloverdos</groupId>
|
28 | 28 | <artifactId>typedkey</artifactId>
|
29 |
| - <version>0.7.1-SNAPSHOT</version> |
| 29 | + <version>0.8.0-SNAPSHOT</version> |
30 | 30 | <packaging>jar</packaging>
|
31 | 31 |
|
32 | 32 | <name>Typedkey</name>
|
|
68 | 68 | </issueManagement>
|
69 | 69 |
|
70 | 70 | <properties>
|
71 |
| - <scala.version>2.9.1</scala.version> |
| 71 | + <scala.version>2.10.3</scala.version> |
72 | 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
73 | 73 | <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
|
74 | 74 | </properties>
|
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>junit</groupId>
|
85 | 85 | <artifactId>junit</artifactId>
|
86 |
| - <version>4.10</version> |
| 86 | + <version>4.11</version> |
87 | 87 | <scope>test</scope>
|
88 | 88 | </dependency>
|
89 | 89 | </dependencies>
|
|
114 | 114 | <configuration>
|
115 | 115 | <rules>
|
116 | 116 | <requireJavaVersion>
|
117 |
| - <version>[1.6.0,)</version> |
| 117 | + <version>[1.7.0,)</version> |
118 | 118 | </requireJavaVersion>
|
119 | 119 | <requireMavenVersion>
|
120 |
| - <version>[3.0.3,)</version> |
| 120 | + <version>[3.1.1,)</version> |
121 | 121 | </requireMavenVersion>
|
122 | 122 | </rules>
|
123 | 123 | </configuration>
|
|
128 | 128 | <plugin>
|
129 | 129 | <groupId>net.alchim31.maven</groupId>
|
130 | 130 | <artifactId>scala-maven-plugin</artifactId>
|
131 |
| - <version>3.1.0</version> |
| 131 | + <version>3.1.6</version> |
132 | 132 | <configuration>
|
133 | 133 | <recompileMode>incremental</recompileMode>
|
134 | 134 | <scalaVersion>${scala.version}</scalaVersion>
|
|
0 commit comments