File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 298298 <profile >
299299 <id >prod2</id >
300300 <properties >
301+ <version .art>votingplugin</version .art>
302+ <maven .compiler.source>1.8</maven .compiler.source>
303+ <maven .compiler.target>1.8</maven .compiler.target>
301304 <build .profile.id>prod2</build .profile.id>
302305 </properties >
303306 <distributionManagement >
307310 <url >file://${project.build.directory} /mvn-repo</url >
308311 </repository >
309312 </distributionManagement >
313+ <dependencies >
314+ <dependency >
315+ <groupId >com.bencodez</groupId >
316+ <artifactId >advancedcore</artifactId >
317+ <version >LATEST</version >
318+ <scope >compile</scope >
319+ </dependency >
320+ </dependencies >
310321 </profile >
311322 <profile >
312323 <id >deploy-snapshot</id >
313324 <properties >
325+ <version .art>votingplugin</version .art>
326+ <maven .compiler.source>1.8</maven .compiler.source>
327+ <maven .compiler.target>1.8</maven .compiler.target>
314328 <build .profile.id>deploy-snapshot</build .profile.id>
315329 </properties >
316330 <distributionManagement >
323337 <url >https://nexus.bencodez.com/repository/maven-snapshots/</url >
324338 </repository >
325339 </distributionManagement >
340+ <dependencies >
341+ <dependency >
342+ <groupId >com.bencodez</groupId >
343+ <artifactId >advancedcore</artifactId >
344+ <version >LATEST</version >
345+ <scope >compile</scope >
346+ </dependency >
347+ </dependencies >
326348 <build >
327349 <plugins >
328350 <plugin >
358380 <profile >
359381 <id >deploy</id >
360382 <properties >
383+ <version .art>votingplugin</version .art>
384+ <maven .compiler.source>1.8</maven .compiler.source>
385+ <maven .compiler.target>1.8</maven .compiler.target>
361386 <build .profile.id>deploy</build .profile.id>
362387 </properties >
388+ <dependencies >
389+ <dependency >
390+ <groupId >com.bencodez</groupId >
391+ <artifactId >advancedcore</artifactId >
392+ <version >LATEST</version >
393+ <scope >compile</scope >
394+ </dependency >
395+ </dependencies >
363396 <distributionManagement >
364397 <snapshotRepository >
365398 <id >nexus</id >
You can’t perform that action at this time.
0 commit comments