Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing to ImageQuiz

## Semantic versioning

This project practices Semantic Versioning.

APIs for this purpose are

+ The formats of content and configuration files.

and are not

+ Java classes, interfaces.

That is, if an instructor has to change quiz, image, or configuration files to upgrade from one version to another, that's a breaking change.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.apereo.application</groupId>
<artifactId>ImageQuiz</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ImageQuiz</name>
<url>https://github.com/Jasig/ImageQuiz</url>
Expand Down