Skip to content

Commit eccba16

Browse files
committed
Fix maven versions.
1 parent e8b071b commit eccba16

File tree

5 files changed

+7
-5
lines changed
  • edu.cuny.hunter.streamrefactoring.core
  • edu.cuny.hunter.streamrefactoring.tests.report
  • edu.cuny.hunter.streamrefactoring.tests
  • edu.cuny.hunter.streamrefactoring.ui

5 files changed

+7
-5
lines changed

edu.cuny.hunter.streamrefactoring.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<parent>
88
<groupId>edu.cuny.hunter.streamrefactoring</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.0.0</version>
10+
<version>1.3.0</version>
1111
</parent>
1212
<artifactId>edu.cuny.hunter.streamrefactoring.core</artifactId>
1313
<packaging>eclipse-plugin</packaging>

edu.cuny.hunter.streamrefactoring.tests.report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>edu.cuny.hunter.streamrefactoring</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>edu.cuny.hunter.streamrefactoring.tests.report</artifactId>

edu.cuny.hunter.streamrefactoring.tests/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>edu.cuny.hunter.streamrefactoring</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>edu.cuny.hunter.streamrefactoring.tests</artifactId>
11+
<version>1.0.0</version>
1112
<packaging>eclipse-test-plugin</packaging>
1213
<profiles>
1314
<profile>

edu.cuny.hunter.streamrefactoring.ui/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<parent>
88
<groupId>edu.cuny.hunter.streamrefactoring</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.0.0</version>
10+
<version>1.3.0</version>
1111
</parent>
1212
<artifactId>edu.cuny.hunter.streamrefactoring.ui</artifactId>
13+
<version>1.1.0</version>
1314
<packaging>eclipse-plugin</packaging>
1415
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>edu.cuny.hunter.streamrefactoring</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.3.0</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>edu.cuny.hunter.streamrefactoring.ui</module>

0 commit comments

Comments
 (0)