Skip to content

Commit 9fd66b4

Browse files
authored
Merge pull request #6 from chrisdennis/ibm-parent-upgrade
Upgrade to IBM Parent
2 parents ffd7469 + fa383ad commit 9fd66b4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

+1-10
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.terracotta</groupId>
2424
<artifactId>terracotta-parent</artifactId>
25-
<version>5.21</version>
25+
<version>5.23</version>
2626
</parent>
2727

2828
<groupId>org.terracotta</groupId>
@@ -132,7 +132,6 @@
132132
<plugin>
133133
<groupId>com.mycila</groupId>
134134
<artifactId>license-maven-plugin</artifactId>
135-
<version>4.5</version>
136135
<configuration>
137136
<inlineHeader><![CDATA[
138137
Copyright Super iPaaS Integration LLC, an IBM Company 2024
@@ -149,14 +148,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
149148
See the License for the specific language governing permissions and
150149
limitations under the License.
151150
]]></inlineHeader>
152-
<excludes>
153-
<exclude>mvnw*</exclude>
154-
<exclude>./mvn/**</exclude>
155-
<exclude>**/src/test/resources/**</exclude>
156-
<exclude>**/.idea/**</exclude>
157-
<exclude>**/nbproject/**</exclude>
158-
<exclude>.m2/**</exclude>
159-
</excludes>
160151
</configuration>
161152
</plugin>
162153
</plugins>

0 commit comments

Comments
 (0)