Skip to content

Commit b15bc13

Browse files
authored
Merge pull request #44 from hazendaz/master
Cleanup pom and update site xsd
2 parents f698b36 + bb76745 commit b15bc13

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,13 @@
9999
</dependency>
100100
</dependencies>
101101

102-
<repositories>
103-
<repository>
104-
<id>spy</id>
105-
<name>Spy Repository</name>
106-
<layout>default</layout>
107-
<url>http://files.couchbase.com/maven2/</url>
108-
<snapshots>
109-
<enabled>false</enabled>
110-
</snapshots>
111-
</repository>
112-
</repositories>
113-
114102
<build>
115103
<plugins>
116104
<plugin>
117105
<groupId>org.apache.maven.plugins</groupId>
118106
<artifactId>maven-release-plugin</artifactId>
119107
<configuration>
120-
<arguments>-Prelease,bundle</arguments>
108+
<releaseProfiles>release,bundle</releaseProfiles>
121109
</configuration>
122110
</plugin>
123111

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
19+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
2121
name="MyBatis">
2222

2323
<body>

0 commit comments

Comments
 (0)