| 
									
										
										
										
											2017-06-11 23:56:33 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>liquibase</artifactId> | 
					
						
							| 
									
										
										
										
											2018-11-30 22:16:08 +05:30
										 |  |  | 	<name>liquibase</name> | 
					
						
							| 
									
										
										
										
											2017-06-11 23:56:33 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <artifactId>parent-modules</artifactId> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2017-06-11 23:56:33 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>mysql</groupId> | 
					
						
							|  |  |  |             <artifactId>mysql-connector-java</artifactId> | 
					
						
							|  |  |  |             <version>${mysql-connector-java.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2017-06-11 23:56:33 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <finalName>liquibase</finalName> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.liquibase</groupId> | 
					
						
							|  |  |  |                 <artifactId>liquibase-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${liquibase-maven-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <propertyFile>liquibase/liquibase.properties</propertyFile> | 
					
						
							|  |  |  |                     <changeLogFile>liquibase/db-changelog.xml</changeLogFile> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <mysql-connector-java.version>5.1.6</mysql-connector-java.version> | 
					
						
							|  |  |  |         <liquibase-maven-plugin.version>3.4.2</liquibase-maven-plugin.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2017-06-11 23:56:33 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |