diff --git a/alfresco-solr/pom.xml b/alfresco-solr/pom.xml
index 7f0537c3a..8a37a0406 100644
--- a/alfresco-solr/pom.xml
+++ b/alfresco-solr/pom.xml
@@ -9,30 +9,17 @@
Alfresco Solr 6
1.0-SNAPSHOT
war
-
-
-
- apache.snapshots
- Apache Snapshot Repository
- http://repository.apache.org/snapshots
-
- false
-
-
-
-
-
/solr6
${maven.tomcat.path}
${tomcat.default.solr6.port}
${tomcat.default.solr6.ssl.port}
- 6.0.0
src/main/resources/solr/instance
${project.build.directory}/solr-instance-ssl
@@ -53,11 +40,11 @@
${solr.version}
test
-
+
org.alfresco
alfresco-solrclient
- 5.1-K_2-SNAPSHOT
+ ${alfresco-solr.version}
@@ -362,7 +349,7 @@
-->
-
+
diff --git a/packaging/pom.xml b/packaging/pom.xml
index d3ad38e98..481c28649 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -2,19 +2,18 @@
4.0.0
org.alfresco
alfresco-solr
- 5.1-K_2-SNAPSHOT
+ 1.0-SNAPSHOT
Alfresco Solr Distribution
Produces the solr distribution zip
- 6.0.1
- ${project.version}
UTF-8
UTF-8
- org.alfresco
- alfresco-super-pom
- 6
+ org.alfresco
+ alfresco-solr-parent
+ 1.0-SNAPSHOT
+ ../pom.xml
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 000000000..dfd7153cd
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,23 @@
+
+
+ 4.0.0
+
+ org.alfresco
+ alfresco-super-pom
+ 6
+
+ alfresco-solr-parent
+ 1.0-SNAPSHOT
+ pom
+ Alfresco Solr parent
+
+
+ 6.0.1
+ 5.1-K_2-SNAPSHOT
+
+
+
+ alfresco-solr
+ packaging
+
+