SEARCH-226: Changing the version to 1.0-SNAPSHOT

This commit is contained in:
Gethin James
2016-11-01 13:21:12 +01:00
parent f381091d2e
commit e1e8b53183
3 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
<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/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-solr</artifactId>
<name>Alfresco Solr</name>
@@ -10,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-solr-parent</artifactId>
<version>6.0-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+1 -1
View File
@@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-solr-parent</artifactId>
<version>6.0-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
+1 -2
View File
@@ -7,14 +7,13 @@
<version>7</version>
</parent>
<artifactId>alfresco-solr-parent</artifactId>
<version>6.0-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Solr parent</name>
<properties>
<solr.version>6.2.1</solr.version>
<alfresco-solr.version>5.2.1-SNAPSHOT</alfresco-solr.version>
</properties>
<modules>
<module>alfresco-solr</module>
<module>packaging</module>