44 <groupId >io.github.jpenren</groupId >
55 <artifactId >thymeleaf-spring-data-dialect</artifactId >
66 <version >1.0.0.BETA02-SNAPSHOT</version >
7-
7+
88 <name >Thymeleaf Spring Data Dialect</name >
99 <description >Data pagination made easy with Thymeleaf and Spring Data</description >
1010 <url >http://github.com/jpenren/thymeleaf-spring-data-dialect</url >
3131 <
url >
[email protected] :jpenren/thymeleaf-spring-data-dialect.git</
url >
3232 </scm >
3333
34- <profiles >
35- <profile >
36- <id >release</id >
37- <build >
38- <plugins >
39- <plugin >
40- <groupId >org.apache.maven.plugins</groupId >
41- <artifactId >maven-source-plugin</artifactId >
42- <executions >
43- <execution >
44- <id >attach-sources</id >
45- <goals >
46- <goal >jar</goal >
47- </goals >
48- </execution >
49- </executions >
50- </plugin >
51- <plugin >
52- <groupId >org.apache.maven.plugins</groupId >
53- <artifactId >maven-javadoc-plugin</artifactId >
54- <executions >
55- <execution >
56- <id >attach-javadocs</id >
57- <goals >
58- <goal >jar</goal >
59- </goals >
60- </execution >
61- </executions >
62- </plugin >
63- <plugin >
64- <groupId >org.apache.maven.plugins</groupId >
65- <artifactId >maven-gpg-plugin</artifactId >
66- <version >1.6</version >
67- <executions >
68- <execution >
69- <id >sign-artifacts</id >
70- <phase >verify</phase >
71- <goals >
72- <goal >sign</goal >
73- </goals >
74- </execution >
75- </executions >
76- </plugin >
77- <plugin >
78- <groupId >org.sonatype.plugins</groupId >
79- <artifactId >nexus-staging-maven-plugin</artifactId >
80- <version >1.6.3</version >
81- <extensions >true</extensions >
82- <configuration >
83- <serverId >ossrh</serverId >
84- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
85- <autoReleaseAfterClose >true</autoReleaseAfterClose >
86- </configuration >
87- </plugin >
88- </plugins >
89- </build >
90- </profile >
91- </profiles >
34+ <properties >
35+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36+ </properties >
37+
38+ <build >
39+ <plugins >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-compiler-plugin</artifactId >
43+ <version >3.3</version >
44+ <configuration >
45+ <source >1.6</source >
46+ <target >1.6</target >
47+ </configuration >
48+ </plugin >
49+ <plugin >
50+ <groupId >org.apache.maven.plugins</groupId >
51+ <artifactId >maven-source-plugin</artifactId >
52+ <executions >
53+ <execution >
54+ <id >attach-sources</id >
55+ <goals >
56+ <goal >jar</goal >
57+ </goals >
58+ </execution >
59+ </executions >
60+ </plugin >
61+ <plugin >
62+ <groupId >org.apache.maven.plugins</groupId >
63+ <artifactId >maven-javadoc-plugin</artifactId >
64+ <executions >
65+ <execution >
66+ <id >attach-javadocs</id >
67+ <goals >
68+ <goal >jar</goal >
69+ </goals >
70+ </execution >
71+ </executions >
72+ </plugin >
73+ <plugin >
74+ <groupId >org.apache.maven.plugins</groupId >
75+ <artifactId >maven-gpg-plugin</artifactId >
76+ <version >1.6</version >
77+ <executions >
78+ <execution >
79+ <id >sign-artifacts</id >
80+ <phase >verify</phase >
81+ <goals >
82+ <goal >sign</goal >
83+ </goals >
84+ </execution >
85+ </executions >
86+ </plugin >
87+ </plugins >
88+ </build >
9289
9390 <dependencies >
9491 <dependency >
109106 </dependency >
110107 </dependencies >
111108
112- <distributionManagement >
113- <snapshotRepository >
114- <id >ossrh</id >
115- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
116- </snapshotRepository >
117- <repository >
118- <id >ossrh</id >
119- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
120- </repository >
121- </distributionManagement >
122-
123109</project >
0 commit comments