|
6 | 6 | <parent> |
7 | 7 | <groupId>com.codingapi</groupId> |
8 | 8 | <artifactId>tx-lcn</artifactId> |
9 | | - <version>4.0.0</version> |
| 9 | + <version>4.0.3.M1</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>com.codingapi</groupId> |
|
123 | 123 | </dependencies> |
124 | 124 |
|
125 | 125 |
|
126 | | - <build> |
127 | | - <plugins> |
128 | | - <plugin> |
129 | | - <groupId>org.apache.maven.plugins</groupId> |
130 | | - <artifactId>maven-compiler-plugin</artifactId> |
131 | | - <configuration> |
132 | | - <source>1.7</source> |
133 | | - <target>1.7</target> |
134 | | - </configuration> |
135 | | - </plugin> |
136 | | - <plugin> |
137 | | - <groupId>org.apache.maven.plugins</groupId> |
138 | | - <artifactId>maven-compiler-plugin</artifactId> |
139 | | - <version>${maven-compiler-plugin.version}</version> |
140 | | - <configuration> |
141 | | - <source>${maven.compile.source}</source> |
142 | | - <target>${maven.compile.target}</target> |
143 | | - <encoding>${project.build.sourceEncoding}</encoding> |
144 | | - </configuration> |
145 | | - </plugin> |
146 | | - <plugin> |
147 | | - <groupId>org.apache.maven.plugins</groupId> |
148 | | - <artifactId>maven-source-plugin</artifactId> |
149 | | - <version>2.4</version> |
150 | | - <executions> |
151 | | - <execution> |
152 | | - <id>attach-sources</id> |
153 | | - <goals> |
154 | | - <goal>jar-no-fork</goal> |
155 | | - </goals> |
156 | | - </execution> |
157 | | - </executions> |
158 | | - </plugin> |
159 | | - <plugin> |
160 | | - <groupId>org.sonatype.plugins</groupId> |
161 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
162 | | - <version>1.6.3</version> |
163 | | - <extensions>true</extensions> |
164 | | - <configuration> |
165 | | - <serverId>ossrh</serverId> |
166 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
167 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
168 | | - </configuration> |
169 | | - </plugin> |
170 | | - <plugin> |
171 | | - <groupId>org.apache.maven.plugins</groupId> |
172 | | - <artifactId>maven-javadoc-plugin</artifactId> |
173 | | - <version>2.10.3</version> |
174 | | - <executions> |
175 | | - <execution> |
176 | | - <id>attach-javadocs</id> |
177 | | - <goals> |
178 | | - <goal>jar</goal> |
179 | | - </goals> |
180 | | - </execution> |
181 | | - </executions> |
182 | | - </plugin> |
183 | | - <plugin> |
184 | | - <groupId>org.apache.maven.plugins</groupId> |
185 | | - <artifactId>maven-gpg-plugin</artifactId> |
186 | | - <version>1.6</version> |
187 | | - <executions> |
188 | | - <execution> |
189 | | - <id>sign-artifacts</id> |
190 | | - <phase>verify</phase> |
191 | | - <goals> |
192 | | - <goal>sign</goal> |
193 | | - </goals> |
194 | | - </execution> |
195 | | - </executions> |
196 | | - </plugin> |
197 | | - </plugins> |
198 | | - </build> |
199 | | - |
200 | 126 | </project> |
0 commit comments