Skip to content
Snippets Groups Projects
Verified Commit fdde6018 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DEPS: Add easy-unit sources

parent 505aa61e
No related branches found
No related tags found
1 merge request!23DEPS: Add easy-unit sources
Pipeline #9796 failed
...@@ -129,7 +129,7 @@ stop-debug-screen: ...@@ -129,7 +129,7 @@ stop-debug-screen:
easy-units: .m2-local easy-units: .m2-local
mvn clean mvn clean
mvn deploy:deploy-file -DgroupId=de.timmfitschen -DartifactId=easy-units -Dversion=0.0.1-SNAPSHOT -Durl=file:./.m2-local/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./lib/easy-units-0.0.1-SNAPSHOT-jar-with-dependencies.jar mvn deploy:deploy-file -DgroupId=de.timmfitschen -DartifactId=easy-units -Dversion=0.0.1 -Durl=file:./.m2-local/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./lib/easy-units-0.0.1-jar-with-dependencies.jar
# Compile the standalone documentation # Compile the standalone documentation
.PHONY: doc .PHONY: doc
......
File added
File added
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>de.timmfitschen</groupId> <groupId>de.timmfitschen</groupId>
<artifactId>easy-units</artifactId> <artifactId>easy-units</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.quartz-scheduler</groupId> <groupId>org.quartz-scheduler</groupId>
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version> <version>3.0.0-M9</version>
<configuration> <configuration>
<includes> <includes>
<include>**/*.java</include> <include>**/*.java</include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment