|
55 | 55 | <properties> |
56 | 56 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
57 | 57 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 58 | + <truezip.version>7.7.4</truezip.version> |
| 59 | + <junit.version>4.11</junit.version> |
58 | 60 | </properties> |
59 | 61 |
|
60 | 62 | <prerequisites> |
|
65 | 67 | <dependency> |
66 | 68 | <groupId>org.apache.maven</groupId> |
67 | 69 | <artifactId>maven-plugin-api</artifactId> |
68 | | - <version>3.0.5</version> |
| 70 | + <version>3.1.0</version> |
69 | 71 | </dependency> |
70 | 72 | <dependency> |
71 | 73 | <groupId>org.apache.maven</groupId> |
72 | 74 | <artifactId>maven-core</artifactId> |
73 | | - <version>3.0.5</version> |
| 75 | + <version>3.1.0</version> |
74 | 76 | </dependency> |
75 | 77 | <dependency> |
76 | 78 | <groupId>org.apache.maven.plugin-tools</groupId> |
|
81 | 83 | <dependency> |
82 | 84 | <groupId>org.codehaus.plexus</groupId> |
83 | 85 | <artifactId>plexus-utils</artifactId> |
84 | | - <version>3.0.10</version> |
| 86 | + <version>3.0.15</version> |
85 | 87 | </dependency> |
86 | 88 | <dependency> |
87 | 89 | <groupId>junit</groupId> |
88 | 90 | <artifactId>junit</artifactId> |
89 | | - <version>4.8.2</version> |
| 91 | + <version>${junit.version}</version> |
90 | 92 | <scope>test</scope> |
91 | 93 | </dependency> |
92 | 94 | <dependency> |
93 | 95 | <groupId>de.schlichtherle.truezip</groupId> |
94 | 96 | <artifactId>truezip-driver-zip</artifactId> |
95 | | - <version>7.7.3</version> |
| 97 | + <version>${truezip.version}</version> |
96 | 98 | </dependency> |
97 | 99 | <dependency> |
98 | 100 | <groupId>de.schlichtherle.truezip</groupId> |
99 | 101 | <artifactId>truezip-driver-tar</artifactId> |
100 | | - <version>7.7.3</version> |
| 102 | + <version>${truezip.version}</version> |
101 | 103 | </dependency> |
102 | 104 | <dependency> |
103 | 105 | <groupId>de.schlichtherle.truezip</groupId> |
104 | 106 | <artifactId>truezip-file</artifactId> |
105 | | - <version>7.7.3</version> |
| 107 | + <version>${truezip.version}</version> |
106 | 108 | </dependency> |
107 | 109 | </dependencies> |
108 | 110 |
|
|
129 | 131 | <artifactId>maven-clean-plugin</artifactId> |
130 | 132 | <version>2.5</version> |
131 | 133 | </plugin> |
| 134 | + <plugin> |
| 135 | + <groupId>org.apache.maven.plugins</groupId> |
| 136 | + <artifactId>maven-resources-plugin</artifactId> |
| 137 | + <version>2.6</version> |
| 138 | + </plugin> |
| 139 | + <plugin> |
| 140 | + <groupId>org.apache.maven.plugins</groupId> |
| 141 | + <artifactId>maven-surefire-plugin</artifactId> |
| 142 | + <version>2.15</version> |
| 143 | + </plugin> |
132 | 144 | <plugin> |
133 | 145 | <groupId>org.apache.maven.plugins</groupId> |
134 | 146 | <artifactId>maven-deploy-plugin</artifactId> |
|
0 commit comments