|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>2.1.10.RELEASE</version> |
| 9 | + <version>2.1.11.RELEASE</version> |
10 | 10 | <relativePath /> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 | <groupId>org.activiti.cloud.examples</groupId> |
|
21 | 21 | <tag>HEAD</tag> |
22 | 22 | </scm> |
23 | 23 | <properties> |
24 | | - <java.version>11</java.version> |
25 | 24 | <activiti-cloud-notifications-service-graphql.version>7.1.201</activiti-cloud-notifications-service-graphql.version> |
26 | | - <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
27 | | - <maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version> |
28 | | - <maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version> |
29 | | - <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> <!-- required for jx --> |
30 | 25 | </properties> |
31 | 26 | <dependencyManagement> |
32 | 27 | <dependencies> |
|
84 | 79 | <version>${activiti-cloud-notifications-service-graphql.version}</version> |
85 | 80 | <type>pom</type> |
86 | 81 | </dependency> |
87 | | - |
88 | 82 | <dependency> |
89 | 83 | <groupId>org.springframework.boot</groupId> |
90 | 84 | <artifactId>spring-boot-starter-parent</artifactId> |
91 | 85 | <version>${project.parent.version}</version> |
92 | 86 | <type>pom</type> |
93 | 87 | </dependency> |
94 | 88 | <!-- Marker Pom for Dependency Conversion Validation --> |
95 | | - |
96 | 89 | </dependencies> |
97 | 90 | <build> |
98 | 91 | <plugins> |
99 | 92 | <plugin> |
100 | | - <groupId>org.apache.maven.plugins</groupId> |
101 | | - <artifactId>maven-compiler-plugin</artifactId> |
102 | | - <version>${maven-compiler-plugin.version}</version> |
| 93 | + <groupId>pl.project13.maven</groupId> |
| 94 | + <artifactId>git-commit-id-plugin</artifactId> |
103 | 95 | <configuration> |
104 | | - <release>${java.version}</release> |
105 | | - <source>${java.version}</source> |
106 | | - <target>${java.version}</target> |
107 | | - <showDeprecation>true</showDeprecation> |
108 | | - <showWarnings>true</showWarnings> |
109 | | - <optimize>true</optimize> |
110 | | - <compilerArgs> |
111 | | - <arg>-parameters</arg> |
112 | | - </compilerArgs> |
| 96 | + <verbose>false</verbose> |
113 | 97 | </configuration> |
114 | 98 | </plugin> |
115 | 99 | <plugin> |
|
118 | 102 | <executions> |
119 | 103 | <execution> |
120 | 104 | <goals> |
121 | | - <goal>repackage</goal> |
| 105 | + <goal>build-info</goal> |
122 | 106 | </goals> |
123 | 107 | </execution> |
124 | 108 | </executions> |
125 | 109 | </plugin> |
126 | | - <plugin> |
127 | | - <groupId>org.apache.maven.plugins</groupId> |
128 | | - <artifactId>maven-deploy-plugin</artifactId> |
129 | | - <version>${maven-deploy-plugin.version}</version> |
130 | | - </plugin> |
131 | | - <plugin> |
132 | | - <groupId>org.apache.maven.plugins</groupId> |
133 | | - <artifactId>maven-surefire-plugin</artifactId> |
134 | | - <version>${maven-surefire-plugin.version}</version> |
135 | | - </plugin> |
136 | 110 | <plugin> |
137 | 111 | <groupId>org.apache.maven.plugins</groupId> |
138 | 112 | <artifactId>maven-failsafe-plugin</artifactId> |
139 | | - <version>${maven-failsafe-plugin.version}</version> |
140 | | - <configuration> |
141 | | - <forkCount>0</forkCount> |
142 | | - <useSystemClassLoader>false</useSystemClassLoader> |
143 | | - </configuration> |
144 | | - <executions> |
145 | | - <execution> |
146 | | - <goals> |
147 | | - <goal>integration-test</goal> |
148 | | - <goal>verify</goal> |
149 | | - </goals> |
150 | | - </execution> |
151 | | - </executions> |
152 | 113 | </plugin> |
153 | 114 | </plugins> |
154 | 115 | </build> |
155 | 116 | <repositories> |
156 | 117 | <repository> |
157 | 118 | <id>activiti-releases</id> |
158 | | - <name>Activiti Releases</name> |
159 | | - <url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/</url> |
160 | | - </repository> |
161 | | - <repository> |
162 | | - <id>activiti-snapsots</id> |
163 | | - <name>Activiti Snapshots</name> |
164 | | - <url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-snapshots/</url> |
| 119 | + <url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases</url> |
165 | 120 | </repository> |
166 | 121 | </repositories> |
167 | 122 | </project> |
0 commit comments