|
21 | 21 | <parent>
|
22 | 22 | <groupId>org.springframework.sbm</groupId>
|
23 | 23 | <artifactId>spring-boot-migrator</artifactId>
|
24 |
| - <version>0.9.3-SNAPSHOT</version> |
| 24 | + <version>0.9.2-SNAPSHOT</version> |
25 | 25 | <relativePath>../../pom.xml</relativePath>
|
26 | 26 | </parent>
|
27 | 27 |
|
|
32 | 32 | <dependency>
|
33 | 33 | <groupId>org.springframework.sbm</groupId>
|
34 | 34 | <artifactId>sbm-recipes-spring-framework</artifactId>
|
35 |
| - <version>0.9.3-SNAPSHOT</version> |
| 35 | + <version>0.9.2-SNAPSHOT</version> |
36 | 36 | </dependency>
|
37 | 37 | <dependency>
|
38 | 38 | <groupId>org.springframework.sbm</groupId>
|
39 | 39 | <artifactId>sbm-recipes-jee-to-boot</artifactId>
|
40 |
| - <version>0.9.3-SNAPSHOT</version> |
| 40 | + <version>0.9.2-SNAPSHOT</version> |
41 | 41 | </dependency>
|
42 | 42 | <dependency>
|
43 | 43 | <groupId>org.springframework.sbm</groupId>
|
44 | 44 | <artifactId>sbm-core</artifactId>
|
45 |
| - <version>0.9.3-SNAPSHOT</version> |
| 45 | + <version>0.9.2-SNAPSHOT</version> |
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>org.springframework.sbm</groupId>
|
49 | 49 | <artifactId>sbm-recipes-mule-to-boot</artifactId>
|
50 |
| - <version>0.9.3-SNAPSHOT</version> |
| 50 | + <version>0.9.2-SNAPSHOT</version> |
51 | 51 | </dependency>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>org.springframework.sbm</groupId>
|
54 | 54 | <artifactId>sbm-recipes-spring-cloud</artifactId>
|
55 |
| - <version>0.9.3-SNAPSHOT</version> |
| 55 | + <version>0.9.2-SNAPSHOT</version> |
56 | 56 | </dependency>
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>org.springframework.boot</groupId>
|
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>org.springframework.sbm</groupId>
|
87 | 87 | <artifactId>test-helper</artifactId>
|
88 |
| - <version>0.9.3-SNAPSHOT</version> |
| 88 | + <version>0.9.2-SNAPSHOT</version> |
89 | 89 | <scope>test</scope>
|
90 | 90 | </dependency>
|
91 | 91 | <dependency>
|
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>org.springframework.sbm</groupId>
|
143 | 143 | <artifactId>sbm-support-weblogic</artifactId>
|
144 |
| - <version>0.9.3-SNAPSHOT</version> |
| 144 | + <version>0.9.2-SNAPSHOT</version> |
145 | 145 | </dependency>
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>org.springframework.sbm</groupId>
|
148 | 148 | <artifactId>sbm-recipes-boot-upgrade</artifactId>
|
149 |
| - <version>0.9.3-SNAPSHOT</version> |
| 149 | + <version>0.9.2-SNAPSHOT</version> |
150 | 150 | </dependency>
|
151 | 151 | </dependencies>
|
152 | 152 |
|
|
209 | 209 | <phase>process-test-classes</phase>
|
210 | 210 | <configuration>
|
211 | 211 | <target>
|
212 |
| - <chmod file="target/test-classes/testcode/mule-app/prepare.sh" perm="755" /> |
| 212 | + <chmod file="target/test-classes/testcode/mule-app/prepare.sh" perm="755"/> |
213 | 213 | </target>
|
214 | 214 | </configuration>
|
215 | 215 | <goals>
|
|
0 commit comments