Skip to content

Commit

Permalink
Finalize release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcRoot committed Mar 15, 2017
1 parent 6b75611 commit bd6f870
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>docet</groupId>
<artifactId>docet</artifactId>
<version>1.5.0-ALPHA1</version>
<version>1.5.0</version>
</parent>
<artifactId>docet-core</artifactId>
<name>DOCet - Core</name>
Expand Down
2 changes: 1 addition & 1 deletion docet-sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>docet</groupId>
<artifactId>docet</artifactId>
<version>1.5.0-ALPHA1</version>
<version>1.5.0</version>
</parent>
<artifactId>docet-sample-app</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions docet-sample-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>docet</artifactId>
<groupId>docet</groupId>
<version>1.5.0-ALPHA1</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>docet-sample-doc</artifactId>
Expand All @@ -19,7 +19,7 @@
<docet.docs.sourcedir>${project.basedir}/src/main/docs</docet.docs.sourcedir>
<docet.docs.outputdir>${project.basedir}/target</docet.docs.outputdir>
<docet.docs.zipFilename>${project.artifactId}.zip</docet.docs.zipFilename>
<docet.plugin.version>1.5.0-ALPHA1</docet.plugin.version>
<docet.plugin.version>1.5.0</docet.plugin.version>
</properties>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion docet.maven.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>docet</groupId>
<artifactId>docet-maven-plugin</artifactId>
<version>1.5.0-ALPHA1</version>
<version>1.5.0</version>
<packaging>maven-plugin</packaging>
<name>Docet Maven Plugin</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>docet</groupId>
<artifactId>docet</artifactId>
<version>1.5.0-ALPHA1</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>DOCet</name>
<description>A flexible easy-to-integrate online documentation manager</description>
Expand Down

0 comments on commit bd6f870

Please sign in to comment.