Skip to content

Commit

Permalink
Release 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpotts committed Jan 25, 2018
1 parent 3796ee9 commit af008eb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions integration-tests/integration-tests.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="Maven: com.metaversant:share-site-creators-repo:0.0.6" level="project" />
<orderEntry type="module" module-name="share-site-creators-repo" scope="TEST" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-all:1.9.5" level="project" />
Expand Down Expand Up @@ -233,4 +233,4 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: org.springframework:spring-expression:3.2.17.RELEASE" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.alfresco.maven:alfresco-rad:3.0.1" level="project" />
</component>
</module>
</module>
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators-repo</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<packaging>pom</packaging>

<name>Share Site Creators</name>
Expand Down
2 changes: 1 addition & 1 deletion share-site-creators-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<properties>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion share-site-creators-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<properties>
Expand Down

0 comments on commit af008eb

Please sign in to comment.