File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
5
- http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<groupId >jp.co.cyberagent.android.gpuimage</groupId >
8
5
<artifactId >gpuimage-library</artifactId >
12
9
<parent >
13
10
<groupId >jp.co.cyberagent.android.gpuimage</groupId >
14
11
<artifactId >gpuimage-parent</artifactId >
15
- <version >1.0.0-SNAPSHOT </version >
12
+ <version >1.0.2 </version >
16
13
</parent >
17
14
18
15
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
5
- http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
8
5
<parent >
13
10
14
11
<groupId >jp.co.cyberagent.android.gpuimage</groupId >
15
12
<artifactId >gpuimage-parent</artifactId >
16
- <version >1.0.0-SNAPSHOT </version >
13
+ <version >1.0.2 </version >
17
14
<packaging >pom</packaging >
18
15
<name >GPUImage for Android</name >
19
16
<description >Image filters for Android with OpenGL (based on GPUImage for iOS)</description >
28
25
<url >git@github.com:cyberagent-jp/android-gpuimage.git</url >
29
26
<connection >scm:git:git@github.com:cyberagent-jp/android-gpuimage.git</connection >
30
27
<developerConnection >scm:git:git@github.com:cyberagent-jp/android-gpuimage.git</developerConnection >
28
+ <tag >v1.0.2</tag >
31
29
</scm >
32
30
<developers >
33
31
<developer >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >jp.co.cyberagent.android.gpuimage</groupId >
12
12
<artifactId >gpuimage-parent</artifactId >
13
- <version >1.0.0-SNAPSHOT </version >
13
+ <version >1.0.2 </version >
14
14
</parent >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments