Skip to content

Commit

Permalink
Update pom definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
opoo committed May 4, 2015
1 parent 6cbb978 commit 35451de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opoo.press</groupId>
<artifactId>opoopress-parent</artifactId>
<version>2</version>
<version>3-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<artifactId>opoopress</artifactId>
Expand Down Expand Up @@ -88,6 +89,7 @@
<module>maven-plugins</module>
<module>maven-archetypes</module>
<!--<module>themes</module>-->
<module>cache</module>
</modules>

<build>
Expand Down

0 comments on commit 35451de

Please sign in to comment.