Skip to content

Commit 6dde01b

Browse files
committed
[maven-release-plugin] prepare release age-predictor-1.0
1 parent 284cd55 commit 6dde01b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

age-predictor-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>edu.usc.ir</groupId>
55
<artifactId>age-predictor</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<artifactId>age-predictor-api</artifactId>
99

age-predictor-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>edu.usc.ir</groupId>
55
<artifactId>age-predictor</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<artifactId>age-predictor-assembly</artifactId>
99

age-predictor-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>edu.usc.ir</groupId>
55
<artifactId>age-predictor</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<artifactId>age-predictor-cli</artifactId>
99
<packaging>jar</packaging>

age-predictor-opennlp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>edu.usc.ir</groupId>
55
<artifactId>age-predictor</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<artifactId>age-predictor-opennlp</artifactId>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>edu.usc.ir</groupId>
55
<artifactId>age-predictor</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.0</version>
88

99
<name>age-predictor</name>
1010
<url>http://maven.apache.org</url>
@@ -19,7 +19,7 @@
1919
<scm>
2020
<url>https://github.com/USCDataScience/AgePredictor.git</url>
2121
<connection>scm:git:git@github.com:USCDataScience/AgePredictor.git</connection>
22-
<tag>HEAD</tag>
22+
<tag>age-predictor-1.0</tag>
2323
</scm>
2424

2525
<developers>

0 commit comments

Comments
 (0)