mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	[maven-release-plugin][skip ci] prepare release 7.134.300-TEST1
This commit is contained in:
		
							
								
								
									
										428
									
								
								core/pom.xml
									
									
									
									
									
								
							
							
						
						
									
										428
									
								
								core/pom.xml
									
									
									
									
									
								
							@@ -1,214 +1,214 @@
 | 
			
		||||
<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>
 | 
			
		||||
   <artifactId>alfresco-core</artifactId>
 | 
			
		||||
   <name>Alfresco Core</name>
 | 
			
		||||
   <description>Alfresco core libraries and utils</description>
 | 
			
		||||
 | 
			
		||||
   <parent>
 | 
			
		||||
      <groupId>org.alfresco</groupId>
 | 
			
		||||
      <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
      <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
   </parent>
 | 
			
		||||
   
 | 
			
		||||
   <properties>
 | 
			
		||||
      <dependency.org-json.version>20160212</dependency.org-json.version>
 | 
			
		||||
   </properties>
 | 
			
		||||
 | 
			
		||||
   <dependencies>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-codec</groupId>
 | 
			
		||||
         <artifactId>commons-codec</artifactId>
 | 
			
		||||
         <version>1.13</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-collections</groupId>
 | 
			
		||||
         <artifactId>commons-collections</artifactId>
 | 
			
		||||
         <version>3.2.2</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-httpclient</groupId>
 | 
			
		||||
         <artifactId>commons-httpclient</artifactId>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-logging</groupId>
 | 
			
		||||
         <artifactId>commons-logging</artifactId>
 | 
			
		||||
         <version>1.2</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-io</groupId>
 | 
			
		||||
         <artifactId>commons-io</artifactId>
 | 
			
		||||
         <version>2.6</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.apache.commons</groupId>
 | 
			
		||||
         <artifactId>commons-math3</artifactId>
 | 
			
		||||
         <version>3.6.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.safehaus.jug</groupId>
 | 
			
		||||
         <artifactId>jug</artifactId>
 | 
			
		||||
         <version>2.0.0</version>
 | 
			
		||||
         <classifier>asl</classifier>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.mybatis</groupId>
 | 
			
		||||
         <artifactId>mybatis</artifactId>
 | 
			
		||||
         <version>3.3.0</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.mybatis</groupId>
 | 
			
		||||
         <artifactId>mybatis-spring</artifactId>
 | 
			
		||||
         <version>1.2.5</version>
 | 
			
		||||
         <exclusions>
 | 
			
		||||
            <exclusion>
 | 
			
		||||
               <groupId>org.mybatis</groupId>
 | 
			
		||||
               <artifactId>mybatis</artifactId>
 | 
			
		||||
            </exclusion>
 | 
			
		||||
         </exclusions>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>log4j</groupId>
 | 
			
		||||
         <artifactId>log4j</artifactId>
 | 
			
		||||
         <version>1.2.17</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.json</groupId>
 | 
			
		||||
         <artifactId>json</artifactId>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-orm</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-context</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-context-support</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.quartz-scheduler</groupId>
 | 
			
		||||
         <artifactId>quartz</artifactId>
 | 
			
		||||
         <version>2.3.1</version>
 | 
			
		||||
         <!-- exclude c3p0 -->
 | 
			
		||||
         <!-- see https://issues.alfresco.com/jira/browse/REPO-3447 -->
 | 
			
		||||
         <exclusions>
 | 
			
		||||
            <exclusion>
 | 
			
		||||
               <groupId>com.mchange</groupId>
 | 
			
		||||
               <artifactId>*</artifactId>
 | 
			
		||||
            </exclusion>
 | 
			
		||||
         </exclusions>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.alfresco.surf</groupId>
 | 
			
		||||
         <artifactId>spring-surf-core-configservice</artifactId>
 | 
			
		||||
         <version>${dependency.webscripts.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>javax.xml.bind</groupId>
 | 
			
		||||
         <artifactId>jaxb-api</artifactId>
 | 
			
		||||
         <version>2.3.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>com.sun.xml.bind</groupId>
 | 
			
		||||
         <artifactId>jaxb-impl</artifactId>
 | 
			
		||||
         <version>2.3.2</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>com.sun.xml.bind</groupId>
 | 
			
		||||
         <artifactId>jaxb-core</artifactId>
 | 
			
		||||
         <version>2.3.0.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.codehaus.guessencoding</groupId>
 | 
			
		||||
         <artifactId>guessencoding</artifactId>
 | 
			
		||||
         <version>1.4</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>javax.transaction</groupId>
 | 
			
		||||
         <artifactId>jta</artifactId>
 | 
			
		||||
         <version>1.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>joda-time</groupId>
 | 
			
		||||
         <artifactId>joda-time</artifactId>
 | 
			
		||||
         <version>2.10.4</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.apache.httpcomponents</groupId>
 | 
			
		||||
         <artifactId>httpclient</artifactId>
 | 
			
		||||
      </dependency>
 | 
			
		||||
 | 
			
		||||
      <!-- provided dependencies -->
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>javax.servlet</groupId>
 | 
			
		||||
         <artifactId>javax.servlet-api</artifactId>
 | 
			
		||||
         <version>3.0.1</version>
 | 
			
		||||
         <scope>provided</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
 | 
			
		||||
      <!-- Test only dependencies, as popped up while running mvn test -->
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.slf4j</groupId>
 | 
			
		||||
         <artifactId>slf4j-log4j12</artifactId>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-test</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>junit</groupId>
 | 
			
		||||
         <artifactId>junit</artifactId>
 | 
			
		||||
         <version>4.12</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.mockito</groupId>
 | 
			
		||||
         <artifactId>mockito-all</artifactId>
 | 
			
		||||
         <version>1.10.19</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-dbcp</groupId>
 | 
			
		||||
         <artifactId>commons-dbcp</artifactId>
 | 
			
		||||
         <version>1.4-DBCP330</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
   </dependencies>
 | 
			
		||||
 | 
			
		||||
   <build>
 | 
			
		||||
      <pluginManagement>
 | 
			
		||||
         <plugins>
 | 
			
		||||
            <plugin>
 | 
			
		||||
               <artifactId>maven-release-plugin</artifactId>
 | 
			
		||||
               <configuration>
 | 
			
		||||
                  <autoVersionSubmodules>true</autoVersionSubmodules>
 | 
			
		||||
                  <tagNameFormat>@{project.version}</tagNameFormat>
 | 
			
		||||
               </configuration>        
 | 
			
		||||
            </plugin>
 | 
			
		||||
         </plugins>
 | 
			
		||||
      </pluginManagement>
 | 
			
		||||
 | 
			
		||||
      <plugins>
 | 
			
		||||
         <plugin>
 | 
			
		||||
            <artifactId>maven-jar-plugin</artifactId>
 | 
			
		||||
            <version>3.1.2</version>
 | 
			
		||||
            <executions>
 | 
			
		||||
               <execution>
 | 
			
		||||
                  <goals>
 | 
			
		||||
                     <goal>test-jar</goal>
 | 
			
		||||
                  </goals>
 | 
			
		||||
               </execution>
 | 
			
		||||
            </executions>
 | 
			
		||||
         </plugin>
 | 
			
		||||
      </plugins>
 | 
			
		||||
   </build>
 | 
			
		||||
 | 
			
		||||
</project>
 | 
			
		||||
<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>
 | 
			
		||||
   <artifactId>alfresco-core</artifactId>
 | 
			
		||||
   <name>Alfresco Core</name>
 | 
			
		||||
   <description>Alfresco core libraries and utils</description>
 | 
			
		||||
 | 
			
		||||
   <parent>
 | 
			
		||||
      <groupId>org.alfresco</groupId>
 | 
			
		||||
      <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
      <version>7.134.300-TEST1</version>
 | 
			
		||||
   </parent>
 | 
			
		||||
   
 | 
			
		||||
   <properties>
 | 
			
		||||
      <dependency.org-json.version>20160212</dependency.org-json.version>
 | 
			
		||||
   </properties>
 | 
			
		||||
 | 
			
		||||
   <dependencies>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-codec</groupId>
 | 
			
		||||
         <artifactId>commons-codec</artifactId>
 | 
			
		||||
         <version>1.13</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-collections</groupId>
 | 
			
		||||
         <artifactId>commons-collections</artifactId>
 | 
			
		||||
         <version>3.2.2</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-httpclient</groupId>
 | 
			
		||||
         <artifactId>commons-httpclient</artifactId>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-logging</groupId>
 | 
			
		||||
         <artifactId>commons-logging</artifactId>
 | 
			
		||||
         <version>1.2</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-io</groupId>
 | 
			
		||||
         <artifactId>commons-io</artifactId>
 | 
			
		||||
         <version>2.6</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.apache.commons</groupId>
 | 
			
		||||
         <artifactId>commons-math3</artifactId>
 | 
			
		||||
         <version>3.6.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.safehaus.jug</groupId>
 | 
			
		||||
         <artifactId>jug</artifactId>
 | 
			
		||||
         <version>2.0.0</version>
 | 
			
		||||
         <classifier>asl</classifier>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.mybatis</groupId>
 | 
			
		||||
         <artifactId>mybatis</artifactId>
 | 
			
		||||
         <version>3.3.0</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.mybatis</groupId>
 | 
			
		||||
         <artifactId>mybatis-spring</artifactId>
 | 
			
		||||
         <version>1.2.5</version>
 | 
			
		||||
         <exclusions>
 | 
			
		||||
            <exclusion>
 | 
			
		||||
               <groupId>org.mybatis</groupId>
 | 
			
		||||
               <artifactId>mybatis</artifactId>
 | 
			
		||||
            </exclusion>
 | 
			
		||||
         </exclusions>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>log4j</groupId>
 | 
			
		||||
         <artifactId>log4j</artifactId>
 | 
			
		||||
         <version>1.2.17</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.json</groupId>
 | 
			
		||||
         <artifactId>json</artifactId>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-orm</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-context</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-context-support</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.quartz-scheduler</groupId>
 | 
			
		||||
         <artifactId>quartz</artifactId>
 | 
			
		||||
         <version>2.3.1</version>
 | 
			
		||||
         <!-- exclude c3p0 -->
 | 
			
		||||
         <!-- see https://issues.alfresco.com/jira/browse/REPO-3447 -->
 | 
			
		||||
         <exclusions>
 | 
			
		||||
            <exclusion>
 | 
			
		||||
               <groupId>com.mchange</groupId>
 | 
			
		||||
               <artifactId>*</artifactId>
 | 
			
		||||
            </exclusion>
 | 
			
		||||
         </exclusions>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.alfresco.surf</groupId>
 | 
			
		||||
         <artifactId>spring-surf-core-configservice</artifactId>
 | 
			
		||||
         <version>${dependency.webscripts.version}</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>javax.xml.bind</groupId>
 | 
			
		||||
         <artifactId>jaxb-api</artifactId>
 | 
			
		||||
         <version>2.3.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>com.sun.xml.bind</groupId>
 | 
			
		||||
         <artifactId>jaxb-impl</artifactId>
 | 
			
		||||
         <version>2.3.2</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>com.sun.xml.bind</groupId>
 | 
			
		||||
         <artifactId>jaxb-core</artifactId>
 | 
			
		||||
         <version>2.3.0.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.codehaus.guessencoding</groupId>
 | 
			
		||||
         <artifactId>guessencoding</artifactId>
 | 
			
		||||
         <version>1.4</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>javax.transaction</groupId>
 | 
			
		||||
         <artifactId>jta</artifactId>
 | 
			
		||||
         <version>1.1</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>joda-time</groupId>
 | 
			
		||||
         <artifactId>joda-time</artifactId>
 | 
			
		||||
         <version>2.10.4</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.apache.httpcomponents</groupId>
 | 
			
		||||
         <artifactId>httpclient</artifactId>
 | 
			
		||||
      </dependency>
 | 
			
		||||
 | 
			
		||||
      <!-- provided dependencies -->
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>javax.servlet</groupId>
 | 
			
		||||
         <artifactId>javax.servlet-api</artifactId>
 | 
			
		||||
         <version>3.0.1</version>
 | 
			
		||||
         <scope>provided</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
 | 
			
		||||
      <!-- Test only dependencies, as popped up while running mvn test -->
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.slf4j</groupId>
 | 
			
		||||
         <artifactId>slf4j-log4j12</artifactId>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.springframework</groupId>
 | 
			
		||||
         <artifactId>spring-test</artifactId>
 | 
			
		||||
         <version>${dependency.spring.version}</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>junit</groupId>
 | 
			
		||||
         <artifactId>junit</artifactId>
 | 
			
		||||
         <version>4.12</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>org.mockito</groupId>
 | 
			
		||||
         <artifactId>mockito-all</artifactId>
 | 
			
		||||
         <version>1.10.19</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
         <groupId>commons-dbcp</groupId>
 | 
			
		||||
         <artifactId>commons-dbcp</artifactId>
 | 
			
		||||
         <version>1.4-DBCP330</version>
 | 
			
		||||
         <scope>test</scope>
 | 
			
		||||
      </dependency>
 | 
			
		||||
   </dependencies>
 | 
			
		||||
 | 
			
		||||
   <build>
 | 
			
		||||
      <pluginManagement>
 | 
			
		||||
         <plugins>
 | 
			
		||||
            <plugin>
 | 
			
		||||
               <artifactId>maven-release-plugin</artifactId>
 | 
			
		||||
               <configuration>
 | 
			
		||||
                  <autoVersionSubmodules>true</autoVersionSubmodules>
 | 
			
		||||
                  <tagNameFormat>@{project.version}</tagNameFormat>
 | 
			
		||||
               </configuration>        
 | 
			
		||||
            </plugin>
 | 
			
		||||
         </plugins>
 | 
			
		||||
      </pluginManagement>
 | 
			
		||||
 | 
			
		||||
      <plugins>
 | 
			
		||||
         <plugin>
 | 
			
		||||
            <artifactId>maven-jar-plugin</artifactId>
 | 
			
		||||
            <version>3.1.2</version>
 | 
			
		||||
            <executions>
 | 
			
		||||
               <execution>
 | 
			
		||||
                  <goals>
 | 
			
		||||
                     <goal>test-jar</goal>
 | 
			
		||||
                  </goals>
 | 
			
		||||
               </execution>
 | 
			
		||||
            </executions>
 | 
			
		||||
         </plugin>
 | 
			
		||||
      </plugins>
 | 
			
		||||
   </build>
 | 
			
		||||
 | 
			
		||||
</project>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-packaging</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <profiles>
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-packaging</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <modules>
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-tests</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <developers>
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-tests</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <developers>
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-tests</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <developers>
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-tests</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <developers>
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-tests</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <developers>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo-packaging</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@@ -2,7 +2,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">
 | 
			
		||||
    <modelVersion>4.0.0</modelVersion>
 | 
			
		||||
    <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
    <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
    <version>7.134.300-TEST1</version>
 | 
			
		||||
    <packaging>pom</packaging>
 | 
			
		||||
    <name>Alfresco Community Repo Parent</name>
 | 
			
		||||
 | 
			
		||||
@@ -109,7 +109,7 @@
 | 
			
		||||
        <connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection>
 | 
			
		||||
        <developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection>
 | 
			
		||||
        <url>https://github.com/Alfresco/alfresco-community-repo</url>
 | 
			
		||||
        <tag>HEAD</tag>
 | 
			
		||||
        <tag>7.134.300-TEST1</tag>
 | 
			
		||||
    </scm>
 | 
			
		||||
 | 
			
		||||
    <distributionManagement>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.alfresco</groupId>
 | 
			
		||||
        <artifactId>alfresco-community-repo</artifactId>
 | 
			
		||||
        <version>7.134.300-TEST1-SNAPSHOT</version>
 | 
			
		||||
        <version>7.134.300-TEST1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user