|
23 | 23 | <artifactId>rest-express</artifactId> |
24 | 24 | <packaging>jar</packaging> |
25 | 25 |
|
26 | | - <properties> |
27 | | - <RestExpress.plugin.version>0.3.3</RestExpress.plugin.version> |
28 | | - <metrics-graphite.version>3.1.2</metrics-graphite.version> |
29 | | - <HyperExpressPlugin.version>2.6</HyperExpressPlugin.version> |
30 | | - <RestExpress.version>0.11.3</RestExpress.version> |
31 | | - <Syntaxe.version>1.0</Syntaxe.version> |
32 | | - <repoexpress-mongodb.version>0.4.8</repoexpress-mongodb.version> |
33 | | - <junit4.version>4.11</junit4.version> |
34 | | - </properties> |
35 | 26 |
|
36 | 27 | <dependencies> |
37 | 28 | <dependency> |
|
98 | 89 | <plugin> |
99 | 90 | <groupId>org.codehaus.mojo</groupId> |
100 | 91 | <artifactId>exec-maven-plugin</artifactId> |
101 | | - <version>1.2.1</version> |
| 92 | + <version>${exec-maven-plugin.version}</version> |
102 | 93 | <configuration> |
103 | 94 | <mainClass>com.baeldung.restexpress.Main</mainClass> |
104 | 95 | </configuration> |
105 | 96 | </plugin> |
106 | 97 | <plugin> |
107 | 98 | <groupId>org.apache.maven.plugins</groupId> |
108 | 99 | <artifactId>maven-shade-plugin</artifactId> |
109 | | - <version>2.4.1</version> |
| 100 | + <version>${maven-shade-plugin.version}</version> |
110 | 101 | <configuration> |
111 | 102 | <createDependencyReducedPom>false</createDependencyReducedPom> |
112 | 103 | <filters> |
|
140 | 131 | <plugin> |
141 | 132 | <groupId>org.codehaus.mojo</groupId> |
142 | 133 | <artifactId>versions-maven-plugin</artifactId> |
143 | | - <version>2.0</version> |
| 134 | + <version>${versions-maven-plugin.version}</version> |
144 | 135 | </plugin> |
145 | 136 | </plugins> |
146 | 137 | </reporting> |
| 138 | + |
| 139 | + <properties> |
| 140 | + <RestExpress.plugin.version>0.3.3</RestExpress.plugin.version> |
| 141 | + <metrics-graphite.version>3.1.2</metrics-graphite.version> |
| 142 | + <HyperExpressPlugin.version>2.6</HyperExpressPlugin.version> |
| 143 | + <RestExpress.version>0.11.3</RestExpress.version> |
| 144 | + <Syntaxe.version>1.0</Syntaxe.version> |
| 145 | + <repoexpress-mongodb.version>0.4.8</repoexpress-mongodb.version> |
| 146 | + <junit4.version>4.11</junit4.version> |
| 147 | + <exec-maven-plugin.version>1.2.1</exec-maven-plugin.version> |
| 148 | + <maven-shade-plugin.version>2.4.1</maven-shade-plugin.version> |
| 149 | + <versions-maven-plugin.version>2.0</versions-maven-plugin.version> |
| 150 | + </properties> |
| 151 | + |
147 | 152 | </project> |
0 commit comments