Skip to content

Commit b282d61

Browse files
committed
upgrade to spymemcached 2.3.1
1 parent 1a9afbb commit b282d61

File tree

1 file changed

+18
-31
lines changed

1 file changed

+18
-31
lines changed

‎pom.xml‎

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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>
@@ -41,8 +42,8 @@
4142
</repositories>
4243

4344
<scm>
44-
<developerConnection>scm:git:git@github.com/raykrueger/hibernate-memcached.git</developerConnection>
45-
<connection>scm:git:git@github.com/raykrueger/hibernate-memcached.git</connection>
45+
<developerConnection>scm:git:git@github.com:raykrueger/hibernate-memcached.git</developerConnection>
46+
<connection>scm:git:git@github.com:raykrueger/hibernate-memcached.git</connection>
4647
<url>http://github.com/raykrueger/hibernate-memcached/</url>
4748
</scm>
4849

@@ -71,6 +72,19 @@
7172
</extension>
7273
</extensions>
7374
<plugins>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-source-plugin</artifactId>
78+
<executions>
79+
<execution>
80+
<id>attach-sources</id>
81+
<phase>verify</phase>
82+
<goals>
83+
<goal>jar</goal>
84+
</goals>
85+
</execution>
86+
</executions>
87+
</plugin>
7488
<plugin>
7589
<groupId>org.apache.maven.plugins</groupId>
7690
<artifactId>maven-compiler-plugin</artifactId>
@@ -92,10 +106,6 @@
92106
<downloadJavadocs>false</downloadJavadocs>
93107
</configuration>
94108
</plugin>
95-
<plugin>
96-
<groupId>org.apache.maven.plugins</groupId>
97-
<artifactId>maven-release-plugin</artifactId>
98-
</plugin>
99109
<plugin>
100110
<artifactId>maven-assembly-plugin</artifactId>
101111
<configuration>
@@ -118,30 +128,6 @@
118128
</execution>
119129
</executions>
120130
</plugin>
121-
<plugin>
122-
<groupId>org.apache.maven.plugins</groupId>
123-
<artifactId>maven-release-plugin</artifactId>
124-
<!--
125-
<dependencies>
126-
<dependency>
127-
<groupId>org.apache.maven.scm</groupId>
128-
<artifactId>maven-scm-provider-gitexe</artifactId>
129-
<version>1.1-db-1</version>
130-
</dependency>
131-
</dependencies>
132-
-->
133-
</plugin>
134-
<plugin>
135-
<groupId>org.apache.maven.plugins</groupId>
136-
<artifactId>maven-scm-plugin</artifactId>
137-
<dependencies>
138-
<dependency>
139-
<groupId>org.apache.maven.scm</groupId>
140-
<artifactId>maven-scm-provider-gitexe</artifactId>
141-
<version>1.1-db-1</version>
142-
</dependency>
143-
</dependencies>
144-
</plugin>
145131
</plugins>
146132
</build>
147133

@@ -168,6 +154,7 @@
168154
<version>3.2.6.ga</version>
169155
<scope>compile</scope>
170156
</dependency>
157+
171158
<dependency>
172159
<groupId>org.hibernate</groupId>
173160
<artifactId>hibernate-annotations</artifactId>

0 commit comments

Comments
 (0)