Skip to content
Snippets Groups Projects
Commit 215ff1a5 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-easyunit-sources' into 'dev'

DEPS: Add easy-unit sources

See merge request !23
parents 505aa61e 66d9c740
No related branches found
No related tags found
2 merge requests!41REL: update changelog, bump version of pom.xml, update DEPENDENCIES,!23DEPS: Add easy-unit sources
Pipeline #10787 failed
......@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- #145 Documentation of importances and inheritance
* Missing sources of the easy-unit dependency.
### Security
......
......@@ -129,7 +129,7 @@ stop-debug-screen:
easy-units: .m2-local
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
.PHONY: doc
......
File added
File added
......@@ -52,7 +52,7 @@
<dependency>
<groupId>de.timmfitschen</groupId>
<artifactId>easy-units</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
......@@ -241,7 +241,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M5</version>
<configuration>
<includes>
<include>**/*.java</include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment