File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <groupId >com.googlecode</groupId >
45 <artifactId >hibernate-memcached</artifactId >
123124 </execution >
124125 </executions >
125126 </plugin >
127+ <plugin >
128+ <groupId >org.apache.maven.plugins</groupId >
129+ <artifactId >maven-scm-plugin</artifactId >
130+ <version >1.2</version >
131+ <dependencies >
132+ <dependency >
133+ <groupId >org.apache.maven.scm</groupId >
134+ <artifactId >maven-scm-provider-gitexe</artifactId >
135+ <version >1.2</version >
136+ </dependency >
137+ </dependencies >
138+ </plugin >
139+ <plugin >
140+ <groupId >org.apache.maven.plugins</groupId >
141+ <artifactId >maven-release-plugin</artifactId >
142+ <version >2.0-beta-9</version >
143+ <dependencies >
144+ <dependency >
145+ <groupId >org.apache.maven.plugins</groupId >
146+ <artifactId >maven-scm-plugin</artifactId >
147+ <version >1.2</version >
148+ </dependency >
149+ <dependency >
150+ <groupId >org.apache.maven.scm</groupId >
151+ <artifactId >maven-scm-api</artifactId >
152+ <version >1.2</version >
153+ </dependency >
154+ </dependencies >
155+ </plugin >
126156 </plugins >
127157 </build >
128158
You can’t perform that action at this time.
0 commit comments